please help installing SciPy. I think i've tried almost any advice i could find, but still no luck.
I am using Mac High OS Sierra 10.13.1, python 3.7, trying to make this work for IntellIJ IDEA 2017.2 IDE. I have Xcode version 9.2 if that helps.
- I've tried instaling from IDE, using package installer -> fails with error status code 1.
- I've tried installing using
pip3 install scipy
- I've installed
brew install gcc
( I have version 7.2.0 installed) - I've installed numpy.
- I've tried to install using Macports as suggested on official site - didn't help.
- I've tried to instal using
brew install scipy
. - I've tried to install using Conda. It installed somewhere to Conda Dir, but i still cannot access library from python file using import scipy, error: No module named scipy.
Looks like i am just going in loops now, can some one suggest any idea please?
Topics i researched:
- SciPy build/install Mac Osx
- Can't install Scipy through pip
- "failed with error code 1" while installing scipy
- Some other ones i lost links to.