LudovicRousseau/pyscard

pyscard issue imediate help

beginnerslvl opened this issue · 1 comments

  • kali linux

python
Python 2.7.18 (default, Mar 28 2022, 20:47:09)

sir i have ,been trying for more than three days to connect my ACR122U-A9to pyscard it is showing me errors please help i am using kali linux on my virtual machine i have uninstalled it 3 times changes its settings a thousand times read your blog still i am facing issues i am no expert but it has been 5 months using linux i am just trying to learn about nfc and credit cards etc 
by using nfc-list i can see my card reader┌──(root kali)-[/home/…/pyscard/PCSC/CCID/PCSC]
└─# nfc-list                        
nfc-list uses libnfc 1.8.0
NFC device: ACS / ACR122U PICC Interface opened

but when i do pcsc_scan ┌──(root kali)-[/home/…/pyscard/PCSC/CCID/PCSC]
└─# pcsc_scan
Using reader plug'n play mechanism
Scanning present readers...

i have tried many methods includinghttps://github.com/nfc-tools/ifdnfc/issues/6
installing ccidpcscdi was actually following salvador mendoza guide of card emulation and it took me three days only to resolve python not importing smartcard well somehow i resolved it by using python 3.10.4 now it cant get my card info PLEASE HELP

python                                                                                                                                                        255 ⨯
Python 3.10.4 (main, Mar 24 2022, 13:07:27) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import smartcard
smartcard.System.readers()
[]                                

PLEASE PLEASE PLEASE HELP
i know this issue have been done before but i tried that fix and nothing worked please help 

Steps for reproducing this issue:

1.clone pyscard
2.install all tools pcsc etc
3. python import smart card
3. not work

Duplicate