Noob Question - Cant get install file

You have questions or need help around BierBot Bricks - this is the right place.
Post Reply
groenhart
Posts: 1
Joined: Sat Jan 13, 2024 4:30 am

Noob Question - Cant get install file

Post by groenhart »

Hey.

I installed everything as per the Youtube video but I get this screen when in the terminal. Any help?
Attachments
WhatsApp Image 2024-01-13 at 14.39.56.jpeg
WhatsApp Image 2024-01-13 at 14.39.56.jpeg (226.54 KiB) Viewed 2805 times
User avatar
Bernhard
Site Admin
Posts: 267
Joined: Sun Jan 23, 2022 3:53 pm
Location: Munich - Germany

Re: Noob Question - Cant get install file

Post by Bernhard »

Hey groenhart,

sorry to hear that. What's a little bit surprising is that "Cloning into ..." line comes after the "sudo python3 setup.py" command. I'd expect "Cloning into" to show up after the initial "git clone ..." command.

Also, the error "This environment is externally managed. To install packages system-wide ..." shows up after running "sudo python3 setup.py" but in this step no packages are installed.

Can you maybe try to delete the "BierBot-Bricks-RaspberryPi" folder again and try running each command individually instead of all at once?

Cheers,
Bernhard.
User avatar
Bernhard
Site Admin
Posts: 267
Joined: Sun Jan 23, 2022 3:53 pm
Location: Munich - Germany

Re: Noob Question - Cant get install file

Post by Bernhard »

Another suggestion, if the "This environment is externally managed. To install packages system-wide ..." error persists, try running

"sudo mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.old" - be sure to adjust the "3.11" to your python version (you can get it by running "python3 --version").

BEFORE doing the pip install
Post Reply