AloneLiberty / FlipperNested

Recover Mifare Classic keys on Flipper Zero
GNU General Public License v3.0
325 stars 20 forks source link

No module named 'nested' #30

Open inaz0 opened 6 months ago

inaz0 commented 6 months ago

Hi,

I have install the FlipperNested tool, it's ran when i connect my flipper. But When i try to ran the key recovery i have this error message : "ModuleNotFoundError: No module named 'nested'"

I try with normal install and venv in python3.8

Best regards

inaz0 commented 6 months ago

So after update to python3.10 the problem was solved, maybe need to remove compatibility with python3.8?