martenjacobs / ToonRooter

This script roots your Toon
MIT License
38 stars 17 forks source link

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

Open farecious opened 2 years ago

farecious commented 2 years ago

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

Any workaround to this?

JoepSchyns commented 1 year ago

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