Closed nortakales closed 8 months ago
Weird, the script worked fine for me after I installed cryptography.
$ pip3 install cryptography
Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (2.8)
$ pip3 check cryptography
No broken requirements found.
Seems it was already installed for me. I must have an incorrect or outdated version of something (just my guess), but I can't find any mention of minimum version required.
$ pip3 install cryptography Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (2.8) $ pip3 check cryptography No broken requirements found.
Seems it was already installed for me. I must have an incorrect or outdated version of something (just my guess), but I can't find any mention of minimum version required.
You may need to update your python or try in a separate instance/installation of python.
Found another machine with Ubuntu 22 and python 3.10 which worked. Seems that must be the minimum requirement! Now we know.
Found another machine with Ubuntu 22 and python 3.10 which worked. Seems that must be the minimum requirement! Now we know.
The latest version of Python is 3.12.2. You are still behind quite a bit, as 3.7 and below are not unsupported anymore. If you don't have a reason for running an old version (which introduces security risks), I suggest you update to the latest version of python.
I'm getting an error when running
python3 generate_keys.py
. I'm sure I'm just doing something wrong, or maybe this only works on a newer version of python?Python 3.8.10 Ubuntu 20.04.6 LTS WSL2