Closed yieniggu closed 4 years ago
sudo apt-get install python-dev
as indicated by the error message. If you want software-accelerated numerical operations, it's telling you that there are some other things for you to install as well.
Learning to read the Python installer output and figure out what system packages are missing is a bit of an art, but please try before posting.
I tried that and didn't work, looks like you're a pretty smart artist.
sudo apt-get install python-numpy
did the work :)
I'm trying to install scipy module with:
pip install scipy
and this is the output I get:
Any help would be apreciated, Regards.