[SciPy-dev] New numpy svn ready
Travis Oliphant
oliphant at ee.byu.edu
Wed Jan 4 17:21:28 CST 2006
Christopher Fonnesbeck wrote:
> On Jan 4, 2006, at 5:39 PM, Travis Oliphant wrote:
>
>> The new numpy svn is ready for testing.
>
>
> A build from numpy in branch builds and installs fine, then causes
> the following when trying to install PyMC:
>
> Traceback (most recent call last):
> File "setup.py", line 18, in ?
> ext_modules = [flib]
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/numpy/distutils/core.py", line 93, in setup
> return old_setup(**new_attr)
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/distutils/core.py", line 149, in setup
> dist.run_commands()
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/distutils/dist.py", line 946, in run_commands
> self.run_command(cmd)
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/distutils/dist.py", line 966, in run_command
> cmd_obj.run()
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/distutils/command/build.py", line 112, in run
> self.run_command(cmd_name)
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/distutils/cmd.py", line 333, in run_command
> self.distribution.run_command(command)
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/distutils/dist.py", line 966, in run_command
> cmd_obj.run()
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/numpy/distutils/command/build_src.py", line
> 86, in run
> self.build_sources()
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/numpy/distutils/command/build_src.py", line
> 99, in build_sources
> self.build_extension_sources(ext)
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/numpy/distutils/command/build_src.py", line
> 149, in build_extension_sources
> sources = self.f2py_sources(sources, ext)
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/numpy/distutils/command/build_src.py", line
> 352, in f2py_sources
> import numpy.f2py as f2py2e
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/numpy/f2py/__init__.py", line 10, in ?
> import f2py2e
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/numpy/f2py/f2py2e.py", line 43, in ?
> __usage__ = """\
> NameError: name 'numpy_core_version' is not defined
>
Should be fixed now... Thank you. Simply remove core from any
core_version you find... I missed that one...
-Travis
More information about the Scipy-dev
mailing list