Hello!
First time Pi user, I am currently attempting to develop an artificial intelligence system to aid in coaching young F1 drivers using the Pi 5 for my masters dissertation but am currently struggling to download the python tools I need? See script I'm writing below.
sudo apt update
sudo apt install python 3 python3-pip #python version is 3.11.2
pip3 install pandas numpy scikit-learn matplotlib #all the tools i need for my project
however at this point it throws an error and wont download further. Error is externally-managed-environment but, after some googling, I created an environment to download the tools in and it still throws errors.
Is there something I'm missing? Is it as simple as a typo on my part? Feel like I am going round in circles trying to get it working but nothing has prevailed yet!
Any help would be greatly appreciated!
First time Pi user, I am currently attempting to develop an artificial intelligence system to aid in coaching young F1 drivers using the Pi 5 for my masters dissertation but am currently struggling to download the python tools I need? See script I'm writing below.
sudo apt update
sudo apt install python 3 python3-pip #python version is 3.11.2
pip3 install pandas numpy scikit-learn matplotlib #all the tools i need for my project
however at this point it throws an error and wont download further. Error is externally-managed-environment but, after some googling, I created an environment to download the tools in and it still throws errors.
Is there something I'm missing? Is it as simple as a typo on my part? Feel like I am going round in circles trying to get it working but nothing has prevailed yet!
Any help would be greatly appreciated!
Statistics: Posted by Wolfie4G — Sun Jul 27, 2025 1:55 pm