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

Pip error installing with Python 3.8 dependency twofish #74

Open
aworldofcode opened this issue May 23, 2022 · 1 comment
Open

Pip error installing with Python 3.8 dependency twofish #74

aworldofcode opened this issue May 23, 2022 · 1 comment

Comments

@aworldofcode
Copy link

There seem to be errors installing pyjks in a venv with Python 3.8
The subpackage twhofish always fails. Is pyjks still depend on twofish to install in newer versions ?

Collecting twofish Using cached twofish-0.3.0.tar.gz (26 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: twofish Building wheel for twofish (setup.py) ... error error: subprocess-exited-with-error

@esharaborin-aligntech
Copy link

the same occurs. in windows it complains on twofish
but in WSL2:

(.venv) esharaborin@EVN-BLWSSL3$ pip install pyjks
Requirement already satisfied: pyjks in ./.venv/lib/python3.10/site-packages (20.0.0)
Requirement already satisfied: twofish in ./.venv/lib/python3.10/site-packages (from pyjks) (0.3.0)
Requirement already satisfied: pyasn1-modules in ./.venv/lib/python3.10/site-packages (from pyjks) (0.4.0)
Requirement already satisfied: pycryptodomex in ./.venv/lib/python3.10/site-packages (from pyjks) (3.20.0)
Requirement already satisfied: pyasn1>=0.3.5 in ./.venv/lib/python3.10/site-packages (from pyjks) (0.5.1)
Requirement already satisfied: javaobj-py3 in ./.venv/lib/python3.10/site-packages (from pyjks) (0.4.4)

but in when I run python:
./.venv/bin/python3.10

Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyjks
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pyjks'

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

2 participants