MrYsLab / s3-extend

Control an Arduino Uno, Circuit Playground Express, Raspberry Pi Pico, ESP-8266, ESP-32, Picoboard, Robohat MM1, or Rasberry Pi From Scratch 3
GNU Affero General Public License v3.0
27 stars 13 forks source link

Problem installing s3r with pip #41

Closed almo2022 closed 6 months ago

almo2022 commented 6 months ago

Hi, I have a Problem with the Installation on Raspberry Pi OS with pip3. The terminal gives me an error and says to me this 17033683847847298895634432942396 What can I do?

MrYsLab commented 6 months ago

Thanks for the question. Debian now requires that all pip installs be done within a virtual environment. You can either set up your own virtual environment or use pipx, which will do this for you. Here is an article that explains how to do this. The pipx solution is presented at the end of the article.

The article was written for Ubuntu, but since Ubuntu is based on Debian, this should work on the Raspberry Pi.

Once you have pipx installed, type:

pipx install python_banyan

And then:

pipx install s3-extend

Please let me know if you have any other questions and if this solves this issue.

Thanks.

almo2022 commented 6 months ago

you are my savior. Thank you very much. now everything works. I wish you a Merry Christmas and thanks again for the quick reply. Bye