When installing using pip install python-pkcs11 or pip install git+https://github.com/danni/python-pkcs11, I get the following error:
TypeError: can only concatenate tuple (not "list") to tuple
I've tried to install the package on two different computers. One of them running Windows 10 21H2 and the other one on Windows 11. Both of them have new conda environments created with miniforge and using Python 3.10.1 and pip 21.3.1. Also, Visual Code for C++ is installed and I am indeed able to compile and install other packages, such as PyHanko or Tesserocr.