Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import for pyjks fails after pip Install #65

Open
pauelm opened this issue Nov 10, 2020 · 0 comments
Open

Import for pyjks fails after pip Install #65

pauelm opened this issue Nov 10, 2020 · 0 comments

Comments

@pauelm
Copy link

pauelm commented Nov 10, 2020

The pip package for pyjks results in multiple runtime errors after adding jks reference to project in Python 3.9.

Repro Steps:

  1. Run pip install pyjks at the command line to install package.
  2. Create a new python file and add import jks -> save file.
  3. Execute python script.

Actual Results:
Library does not pass sanity smoke test. The following skid mark of errors are thrown:
image

Expected Results:
Without even calling any methods in pyjks yet, python script should not throw runtime errors simply by adding a reference (import jks).

FWIW for additional reference, here is the output showing the pip installation of pyjks:
image

Environment:
OS: Windows 10.19041.572
Python: 3.9
PIP: 20.2.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant