I am following the instructions in How to install latest Scipy version on Raspberry Pi and when I get to point of running:
python3 setup.py build
I get the following:
I tried looking at _vq.pyx but I didn't see any problems. I also have tried clearing out the directory and trying again, but that didn't help either.
pip3 scipy
(I think that is right - this is from memory) should install the pi-specific wheel. I recently (October 2017) installed pre-configured libraries withapt install python3-scipy python3-matplotlib
– Milliways Aug 24 '18 at 20:53pip install scipy
won't work and builds from source instead; looks like they must have been mistaken if it does indeed work. Maybe you should post a new answer if using pip does work to help others in future with the easiest way. – Aurora0001 Aug 25 '18 at 09:28