LudovicRousseau / pyscard

pyscard smartcard library for python
http://pyscard.sourceforge.net/
GNU Lesser General Public License v2.1
396 stars 113 forks source link

No build artifacts for Python 3.9 #112

Closed agmlego closed 3 years ago

agmlego commented 3 years ago

Your system information

Please describe your issue in as much detail as possible:

Describe what you expected should happen. pip install pyscard should install the artifacts for Python 3.9

Describe what did happen. pip fails, looking for swig and a compiler.

LudovicRousseau commented 3 years ago

https://pypi.org/project/pyscard/#files does not yet provide pre-compiled version for Python 3.9. AppVeyor provides Python 3.9. I tried to add a build with Python 3.9 but it fails with problem related to Windows, not PySCard. And Windows is far from my preferred OS.

Help would be greatly appreciated. I debug AppVeyor build in https://github.com/LudovicRousseau/pyscard-debug/commits/master

LudovicRousseau commented 3 years ago

It should be fixed now.