We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the same problem as discussed here #133 while trying to install this via pip install python-pkcs11 on these versions: 3.10.8 and 3.11.0.
pip install python-pkcs11
3.10.8
3.11.0
The installation works on version 3.10.1, to which the fix was implemented in #136
3.10.1
Here is the log (3.11.0): log.txt
The text was updated successfully, but these errors were encountered:
I have done some debugging and it seems that pip will download a TAR package with old code (using tuple instead of list in setup.py.
That's strange that it works for 3.10.1, but not for 3.10.8 or 3.11.0
Sorry, something went wrong.
I guess the #136 merge is not reflected into a Pypi package. But how come it does work on 3.10.1 via pip install python-pkcs11?
Anyway, on newer versions of Python, it can be installed by running pip install git+https://github.com/danni/python-pkcs11 instead.
pip install git+https://github.com/danni/python-pkcs11
No branches or pull requests
I have the same problem as discussed here #133 while trying to install this via
pip install python-pkcs11
on these versions:3.10.8
and3.11.0
.The installation works on version
3.10.1
, to which the fix was implemented in #136Here is the log (3.11.0): log.txt
The text was updated successfully, but these errors were encountered: