Open kalefranz opened 7 years ago
From @ilanschnell on February 5, 2016 21:22
Is this only a problem when creating a new environment? Which version of Python do you use? Are you on 32 or 64-bit? What is the output from conda info
? Thanks.
From @connie on February 6, 2016 3:49
It appears to now be working on one of my windows 7 machines after uninstalling anaconda and reinstalling... I shall test on the other systems monday.
From @sdk451 on March 16, 2016 1:27
I am getting the same error after upgrading to scipy 0.17 as well - Python 3.5 under windows 10
C:\Users\x\Anaconda3\lib\site-packages\pandas\computationinit.py:19: UserWarning: The installed version of numexpr 2.4.4 is not supported in pandas and will be not be used
UserWarning)
Traceback (most recent call last):
File "
From @rhr on April 6, 2016 18:33
I can confirm this same error on Python 2.7 64-bit on Windows 10.
From @connie on February 5, 2016 20:37
Please fix scipy 0.17, as it is now installed by default rather than scipy 0.16.
After building my binary which has the scipy dependency using
conda build
, and installing usingconda create
onto a fresh environment, I get the error:Downgrading to scipy 0.16 makes everything run smoothly again, so I believe that there is a shared library that isn't properly built in the scipy 0.17 package for windows.
scipy 0.17 for linux and mac osx works fine. Please fix it for windows!
Copied from original issue: conda/conda#2030