[issue25088] scipy (0.16.0) install fails on 3.5

2015-09-14 Thread Naveen Togar
Naveen Togar added the comment: Carol, Ned Thanks for the info. I'm going to install gfortran and proceed with the installing scipy and matplotlib. Naveen -- ___ Python tracker

[issue25088] scipy (0.16.0) install fails on 3.5

2015-09-13 Thread Naveen Togar
New submission from Naveen Togar: SciPy install using pip fails with the following error: Running from scipy source directory. /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/numpy/distutils/system_info.py:594: UserWarning: Specified path

[issue25088] scipy (0.16.0) install fails on 3.5

2015-09-13 Thread Carol Willing
Carol Willing added the comment: I am unable to pip install scipy, numpy, or pandas using 3.5.0 on OS X 10.10.4. After installing Python 3.5 using the installer downloaded from Python.org page, I created a virtualenv using `pyvenv myscipy` and activated with `source myscipy\bin\activate`.

[issue25088] scipy (0.16.0) install fails on 3.5

2015-09-13 Thread Ned Deily
Ned Deily added the comment: For 3.4 and 2.7, the SciPy and matplotlib projects supply pre-compiled wheels for their distributions. As of this moment, they haven't yet updated their PyPI entries with 3.5 wheels (.whl files). Until they do, pip would fall back to trying to build them from

[issue25088] scipy (0.16.0) install fails on 3.5

2015-09-13 Thread Naveen Togar
Naveen Togar added the comment: I didn't have any issues with either numpy or pandas. I just tried installing matplotlib and that failed too. -- ___ Python tracker

[issue25088] scipy (0.16.0) install fails on 3.5

2015-09-13 Thread Carol Willing
Carol Willing added the comment: Naveen, I was able to resolve this problem for installation by installing gfortran using the instructions here: http://hpc.sourceforge.net/ After gfortran is successfully installed, I was able to ``pip install scipy -v`` the libraries that depend on gfortran.