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
additionally i tried to test the distribution from command line with nose for both python 2.7 from anaconda and python 2.7 32 bit (XY) amd it also fails
ENo module named msvccompiler in numpy.distutils; trying from distutils
Cannot build msvcr library: "msvcr90d.dll" not found
Cannot build msvcr library: "msvcr90d.dll" not found
E...............................................................................................
======================================================================
ERROR: test_5point_avg_2d_complex_double (test_blitz_tools.TestBlitz)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\weave\tests\test_blitz_tools.py", line 147, in test_5point_avg_2d_complex_double
self.generic_2d(expr,complex128)
File "C:\Python27\lib\site-packages\weave\tests\test_blitz_tools.py", line 94, in generic_2d
standard,compiled = self.generic_check(expr,arg_dict,type,size)
File "C:\Python27\lib\site-packages\weave\tests\test_blitz_tools.py", line 67, in generic_check
blitz_tools.blitz(expr,arg_dict,{},verbose=0)
File "C:\Python27\lib\site-packages\weave\blitz_tools.py", line 68, in blitz
**kw)
File "C:\Python27\lib\site-packages\weave\inline_tools.py", line 502, in compile_function
exec('import ' + module_name)
File "<string>", line 1, in <module>
ImportError: DLL load failed: The specified procedure could not be found.
Possibly due to a recent change in Anaconda, but I'm not sure - could be that this never worked. Looks like your GCC is not the Anaconda-shipped one, which will be problematic.
Note that weave is end of life, so this is unlikely to get fixed.
recently i tried weave with python 2.7 (64 bit) from anaconda and i come to multiple issues.
see Stackoverflow question
https://stackoverflow.com/questions/54764514/weawve-importerror-dll-load-failed-1-is-not-a-valid-win32-application-anacond
additionally i tried to test the distribution from command line with nose for both python 2.7 from anaconda and python 2.7 32 bit (XY) amd it also fails
and for anaconda python
The text was updated successfully, but these errors were encountered: