python 2.7 - pylab install error gcc windows 10 -


so installed theano on python 2.7 environment within anaconda 3, on windows 10. theano passed theano.test() @ least. using example code deeplearning.net. heva sucessfully run first block on linked page defines theano function. when go install pylab via pip install pylab can use skimage second block, installer quits while doing gcc call portion looks says "shared geometry". 1 thing noticed right away -debug flag misspelled -ddebug. cause? have msvcr90.dll , if , need it? also, important, i'm using (6 months or so) outdated tdm-gcc 4.9 something. here line in question, few others might interesting:

`copying skimage\_shared\tests\__init__.py -> build\lib.win-amd64-2.7\skimage\_shared\tests running build_ext looking python27.dll cannot build msvcr library: "msvcr90d.dll" not found customize mingw32ccompiler customize mingw32ccompiler using build_ext building 'skimage._shared.geometry' extension compiling c sources c compiler: gcc -g -ddebug -dms_win64 -o0 -wall -wstrict-prototypes  creating build\temp.win-amd64-2.7 creating build\temp.win-amd64-2.7\release creating build\temp.win-amd64-2.7\release\skimage creating build\temp.win-amd64-2.7\release\skimage\_shared compile options: '-dnpy_mingw_use_custom_msvcr -d__msvcrt_version__=0x0900 -i"c:\users\use dis\anaconda3\envs\py27\lib\site-packages\numpy\core\include" -i"c:\users\use dis\anaconda3\envs\py27\include" -i"c:\users\use dis\anaconda3\envs\py27\pc" -c' gcc -g -ddebug -dms_win64 -o0 -wall -wstrict-prototypes -dnpy_mingw_use_custom_msvcr -d__msvcrt_version__=0x0900 -i"c:\users\use dis\anaconda3\envs\py27\lib\site-packages\numpy\core\include" -i"c:\users\use dis\anaconda3\envs\py27\include" -i"c:\users\use dis\anaconda3\envs\py27\pc" -c skimage\_shared\geometry.c -o build\temp.win-amd64-2.7\release\skimage\_shared\geometry.o found executable c:\users\use dis\anaconda3\envs\py27\scripts\gcc.bat 'c:\users\use' not recognized internal or external command, operable program or batch file. error: command "gcc -g -ddebug -dms_win64 -o0 -wall -wstrict-prototypes -dnpy_mingw_use_custom_msvcr -d__msvcrt_version__=0x0900 -i"c:\users\use dis\anaconda3\envs\py27\lib\site-packages\numpy\core\include" -i"c:\users\use dis\anaconda3\envs\py27\include" -i"c:\users\use dis\anaconda3\envs\py27\pc" -c skimage\_shared\geometry.c -o build\temp.win-amd64-2.7\release\skimage\_shared\geometry.o" failed exit status 1  ---------------------------------------- 


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -