You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run python setup.py build_ext fails on OS X 10.8.3 (Python 2.7.2) with Cython 0.17.
» python setup.py build_ext fonnescj@Cepeda
running build_ext
Traceback (most recent call last):
File "setup.py", line 15, in <module>
requires = ['numpy', 'scipy'],
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Library/Python/2.7/site-packages/Cython/Distutils/build_ext.py", line 159, in run
if self.cython_gdb or [1 for ext in self.extensions
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
Trying to run
python setup.py build_ext
fails on OS X 10.8.3 (Python 2.7.2) with Cython 0.17.The text was updated successfully, but these errors were encountered: