vsmartcard icon indicating copy to clipboard operation
vsmartcard copied to clipboard

issue ModuleNotFoundError: No module named 'virtualsmartcard.VirtualSmartcard

Open jmv19191920 opened this issue 4 years ago • 2 comments

I have problems loading vicc module error ModuleNotFoundError: No module named 'virtualsmartcard.VirtualSmartcard

Kali GNU/Linux Rolling python3.9

all installed files usr/lib/python3/site-packages/virtualsmartcard/virtualsmartcard

Any recommendation

if i load vcp in pcsc_scan

Scanning present readers... 0: Virtual PCD 00 00 1: Virtual PCD 00 01

jmv19191920 avatar Apr 22 '22 04:04 jmv19191920

It seems you've installed the python packages to a non-default location. try something like this:

env PYTHONPATH=/usr/lib/python3/site-packages/virtualsmartcard vicc -vvv

frankmorgner avatar Apr 22 '22 19:04 frankmorgner

It seems you've installed the python packages to a non-default location. try something like this:

env PYTHONPATH=/usr/lib/python3/site-packages/virtualsmartcard vicc -vvv

Try export instead of env

avishaital22 avatar Apr 27 '22 17:04 avishaital22