Hi,
I am able to use the smartcard module from my ubuntu enviroment. I unable to use with stackstorm.
The import for the unbuntu is simple “import smartcard”
My requirements.txt file in stackstorm is “smartcard”
This can be found here:
/usr/local/lib/python2.7/dist-packages/pyscard-1.9.7-py2.7-linux-x86_64.egg/smartcard
pip freeze shows this:
pyscard==1.9.7
The pack install fails here:
Collecting smartcard (from -r /opt/stackstorm/packs/extr/requirements.txt (line 7))
(stderr: Could not find a version that satisfies the requirement smartcard (from -r /opt/stackstorm/packs/extr/requirements.txt (line 7)) (from versions: )
Any suggestions?