Workaround to run in python 3.11
peterpt opened this issue · 0 comments
peterpt commented
Took me some time to workaround Crypto module , but this script works fine in python 3.11 , basically what is needed is to install with pip3 (python 3.11 or any python above 3.7) pycryptodome with the command (pip3 install pycryptodome --break-system-packages) , it looks that debian created a patch to avoid this installation outside a virtual environment witch can be override with that pip3 command line .
No change need to be made in script , everything works fine .