ToonRooter icon indicating copy to clipboard operation
ToonRooter copied to clipboard

Error: python-serial cant find candidate for install & python-cryptography not found

Open farecious opened this issue 3 years ago • 1 comments

I get the folllowing Error messages when using this script on Rpi3B with Raspbian GNU/Linux 11 \n \l

Any workaround to this?

farecious avatar Mar 18 '22 08:03 farecious

There is:

sudo apt install python3-pip
sudo pip install cryptography pyserial

I think it has something to do with other updated softwares. I am currently working through these issues myself. Facing other changes as well.

I think the general solution is to switch to pipenv and defining versions in the lockfile

JoepSchyns avatar Oct 27 '23 09:10 JoepSchyns