I want to install Scipy (already have Numpy installed). I have Python 3.5.1-3 installed with OS and IDLE3 (3.5.2). When I hit in terminal
sudo pip3 install scipy
It prints out
Traceback (most recent call last):
File "/usr/bin/pip3", line 9, in <module>
from pip import main
ImportError: cannot import name 'main'
I've already tried to reinstall pip3 and restart OS, but it didn't change. Has pip3 been working weirdly with someone else?