<div dir="ltr">Hi All,I'm following this wiki<br><a href="http://osmocom.org/projects/pysim/wiki">http://osmocom.org/projects/pysim/wiki</a><br><br>I cloned pysim repo, and I cloned this repo also: git clone <a href="https://github.com/LudovicRousseau/pyscard.git">https://github.com/LudovicRousseau/pyscard.git</a><br><br><b>although pcsc_scan works</b><br>But when I run below:<br><br>cd <pysim-path><br>./pySim-read.py –p 0<br><br><b>it always gives me this error:</b><br><br>cd ~/pysim<br><br>./pySim-read.py -p0<br>Traceback (most recent call last):<br>  File "./pySim-read.py", line 36, in <module><br>    from pySim.cards import card_detect, Card<br>  File "/home/support/pysim/pySim/cards.py", line 29, in <module><br>    from smartcard.util import toBytes<br>ModuleNotFoundError: No module named 'smartcard' <br><br>BTW, I have manually imported smartcard in python, and it's successful.<br><div><br></div><div>Br,</div><div>Andrew</div></div>