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

Error received when installing: 'TypeError: can only concatenate tuple (not "list") to tuple' is back #146

Closed
Muzosh opened this issue Nov 8, 2022 · 2 comments

Comments

@Muzosh
Copy link

Muzosh commented Nov 8, 2022

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.

The installation works on version 3.10.1, to which the fix was implemented in #136

Here is the log (3.11.0): log.txt

@Muzosh
Copy link
Author

Muzosh commented Nov 9, 2022

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

@Muzosh
Copy link
Author

Muzosh commented Nov 9, 2022

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.

@Muzosh Muzosh closed this as completed Dec 21, 2023
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