Solve the solve pip install error Externally managed environment on your Raspberry Pi #raspberrypi

preview_player
Показать описание
In this video, you will learn how to troubleshoot and resolve the pip install error in an externally managed environment on your Raspberry Pi. Follow the step-by-step instructions to effectively address this issue and ensure smooth installation of packages on your Raspberry Pi.
#RaspberryPi #pipinstall #troubleshooting #error
Рекомендации по теме
Комментарии
Автор

Thank you so much. It has helped me solve my problem.

muratcayrl
Автор

muito obrigado!! você é um dos melhores

ryanheriq
Автор

Thank you, this helped me setup a PLC lab ;)

GrandparentsReading
Автор

I tried this with gspread but it was unable to find the package. I guess I will have to use the venv.

PittMetal
Автор

⏳Hi! I'm here from the future to tell you DO NOT FOLLOW THE DIRECTIONS IN THIS VIDEO. ⌛
IT WILL BREAK YOUR PIP INSTALL. 🥶
IT WILL CAUSE YOU HEADACHES. 😮‍💨
do this instead. 🥳
python3 -m venv ~/py_envs
source ~/py_envs/bin/activate
python3 -m pip install NAMEOFWHATEVER

Error? might have to run python instead of python3

you are creating a separate install, which is exactly what that error was warning you to do.
As it said in the warning the bypass (which this video shows) will break your pip.
make sure you have your Timeshift enabled for the future, and do not override things
when a warning clearly told you not to..
Okay! time to go! jumps in portal

null
Автор

Not working. "sudo pip3 install gave me the error in the beginning with the external thing and then i tried "sudo apt install but it resulted in the error "Paket kann nicht gefunden werden." (package ... could not be found).

CaptainMarci