[SciPy-dev] [MAJOR BUG] latest numpy leads to scikits fail [was: installing openopt]

dmitrey dmitrey.kroshko at scipy.org
Sun Sep 21 15:02:17 EDT 2008


Hi all,
after updating numpy I have troubles with openopt
ImportError: No module named openopt

and seems like it is related to timeseries as well: I have similar bug:

~/scikits/timeseries/scikits/timeseries/tests# python test_dates.py
Traceback (most recent call last):
  File "test_dates.py", line 21, in <module>
    import scikits.timeseries as ts
ImportError: No module named timeseries


> Johann Cohen-Tanugi wrote:
>   
>> hi there,
>> how do I switch off installation of numpy 1.1.1 on my linux box? I have 
>> numpy '1.3.0.dev5834' but it does not seem to be recognized by openopt 
>> when I  launch python setup.py install
>> thanks,
>> Johann
>>   
>>     
> I didn't put any numpy version requirements into setup.py file. If the 
> problem still somehow exist it's better to search an answer in 
> setuptools mail list.
>
> Also, to avoid the bug, you could just copy openopt/scikits/* files to 
> .../site-packages/scikits directory (latter should be created)
>
> Some minuties ago I have update numpy to latest 1.3.0.dev5858, and OO 
> install works ok:
> ---------------------
> ...
> byte-compiling build/bdist.linux-x86_64/egg/scikits/__init__.py to 
> __init__.pyc
> creating build/bdist.linux-x86_64/egg/EGG-INFO
> copying scikits.openopt.egg-info/PKG-INFO -> 
> build/bdist.linux-x86_64/egg/EGG-INFO
> copying scikits.openopt.egg-info/SOURCES.txt -> 
> build/bdist.linux-x86_64/egg/EGG-INFO
> copying scikits.openopt.egg-info/dependency_links.txt -> 
> build/bdist.linux-x86_64/egg/EGG-INFO
> copying scikits.openopt.egg-info/namespace_packages.txt -> 
> build/bdist.linux-x86_64/egg/EGG-INFO
> copying scikits.openopt.egg-info/requires.txt -> 
> build/bdist.linux-x86_64/egg/EGG-INFO
> copying scikits.openopt.egg-info/top_level.txt -> 
> build/bdist.linux-x86_64/egg/EGG-INFO
> copying scikits.openopt.egg-info/zip-safe -> 
> build/bdist.linux-x86_64/egg/EGG-INFO
> creating dist
> creating 'dist/scikits.openopt-0.19.dev-py2.5.egg' and adding 
> 'build/bdist.linux-x86_64/egg' to it
> removing 'build/bdist.linux-x86_64/egg' (and everything under it)
> Processing scikits.openopt-0.19.dev-py2.5.egg
> Copying scikits.openopt-0.19.dev-py2.5.egg to 
> /usr/lib/python2.5/site-packages
> Removing scikits.openopt 0.19.dev from easy-install.pth file
> Adding scikits.openopt 0.19.dev to easy-install.pth file
>
> Installed 
> /usr/lib/python2.5/site-packages/scikits.openopt-0.19.dev-py2.5.egg
> Processing dependencies for scikits.openopt==0.19.dev
> Searching for numpy==1.3.0.dev5858
> Best match: numpy 1.3.0.dev5858
> Adding numpy 1.3.0.dev5858 to easy-install.pth file
>
> Using /usr/lib/python2.5/site-packages
> Finished processing dependencies for scikits.openopt==0.19.dev
>
> -------------------------------
> Regards, D.
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
>
>
>
>   




More information about the SciPy-Dev mailing list