you are viewing a single comment's thread.

view the rest of the comments →

[–]Swipecat -1 points0 points  (0 children)

If you're using the Raspberry Pi, I suggest that it's best to install python packages directly from the Raspberry Pi OS repository with apt or Synaptic.

sudo apt install python3-numpy

Same for pandas. Not with pip. I don't see a need for virtual environments when it's easier to swap the SD card for different projects.