Hi everyone!
I have a code that I am trying to executy on my Pico via Thonny and it includes the numpy package.
I did an installation through Tools=>Manage packages in the menu tab above.
When I switch to Python 3 manually in the bottom right corner, I can import numpy. It's all working.
https://imgur.com/RbJaVEU
But when I switch to Pico, I get an error. It says
https://imgur.com/YEk5Vs2
Any ideas why I cannot use numpy on Pico ?
I have a code that I am trying to executy on my Pico via Thonny and it includes the numpy package.
I did an installation through Tools=>Manage packages in the menu tab above.
When I switch to Python 3 manually in the bottom right corner, I can import numpy. It's all working.
https://imgur.com/RbJaVEU
But when I switch to Pico, I get an error. It says
https://imgur.com/YEk5Vs2
Code:
Traceback (most recent call last): File "<stdin>", line 1, in <module>ImportError: no module named 'numpy'Statistics: Posted by bestrasp — Tue Jan 28, 2025 4:44 pm — Replies 3 — Views 47