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/dd63x6c54t9g3qcr2c1xk9680000gn/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/dd63x6c54t9g3qcr2c1xk9680000gn/T/pip-dljex650-record/install-record.txt
 --single-version-externally-managed --compile" failed with error code 1 in 
/private/var/folders/jg/dd63x6c54t9g3qcr2c1xk9680000gn/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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25088>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to