[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 /usr/local/include/python3.5m is invalid.
  warnings.warn('Specified path %s is invalid.' % d)

/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/numpy/distutils/system_info.py:594:
 UserWarning: Specified path /usr/include/python3.5m is invalid.
  warnings.warn('Specified path %s is invalid.' % d)
"object of type 'type' has no len()" in evaluating 'len(list)' (available 
names: [])
"object of type 'type' has no len()" in evaluating 'len(list)' (available 
names: [])
"object of type 'type' has no len()" in evaluating 'len(list)' (available 
names: [])
"object of type 'type' has no len()" in evaluating 'len(list)' (available 
names: [])
"object of type 'type' has no len()" in evaluating 'len(list)' (available 
names: [])
"object of type 'type' has no len()" in evaluating 'len(list)' (available 
names: [])
error: library dfftpack has Fortran sources but no Fortran compiler found


Command "/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 -c 
"import setuptools, 
tokenize;__file__='/private/var/folders/jg/dd63x6c54t9g3qcr2c1xk968gn/T/pip-build-kb3aqu9u/scipy/setup.py';exec(compile(getattr(tokenize,
 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" 
install --record 
/var/folders/jg/dd63x6c54t9g3qcr2c1xk968gn/T/pip-dljex650-record/install-record.txt
 --single-version-externally-managed --compile" failed with error code 1 in 
/private/var/folders/jg/dd63x6c54t9g3qcr2c1xk968gn/T/pip-build-kb3aqu9u/scipy

I didn't have any issues on Python 3.4.  I am on OS X Yosemite.

--
components: Installation
messages: 250573
nosy: ntogar
priority: normal
severity: normal
status: open
title: scipy (0.16.0) install fails on 3.5
type: compile error
versions: Python 3.5

___
Python tracker 
<http://bugs.python.org/issue25088>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
<http://bugs.python.org/issue25088>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25088] scipy (0.16.0) install fails on 3.5

2015-09-13 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 
<http://bugs.python.org/issue25088>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com