Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8013

Python • Re: Help downloading python tools

$
0
0
On a Pi5 running Bookworm (Python 3.11.2) I did this:

Code:

mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource env/bin/activatepip install pandas numpy scikit-learn matplotlib
That gave
numpy 2.3.2
pandas 2.3.1
scikit-learn 1.7.1
matplotlib 3.10.3

Statistics: Posted by neilgl — Sun Jul 27, 2025 3:29 pm



Viewing all articles
Browse latest Browse all 8013

Trending Articles