attardi / deepnl

Deep Learning for Natural Language Processing
GNU General Public License v3.0
457 stars 116 forks source link

DeepNL installation problem in Windows 8.1 #29

Closed maulikdang closed 8 years ago

maulikdang commented 8 years ago

I am trying to install the deepnl library using the install command but getting the following issue. Any help would be appreciated. `C:\Users\mauli_000\Documents\Python Scripts\deepnl-master>python setup.py instal l running install running bdist_egg running egg_info writing deepnl.egg-info\PKG-INFO writing top-level names to deepnl.egg-info\top_level.txt writing dependency_links to deepnl.egg-info\dependency_links.txt reading manifest file 'deepnl.egg-info\SOURCES.txt' writing manifest file 'deepnl.egg-info\SOURCES.txt' installing library code to build\bdist.win-amd64\egg running install_lib running build_py running build_ext building 'deepnl/hpca' extension C:\Users\mauli_000\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python \9.0\VC\Bin\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -ID:\Anaconda2\lib \site-packages\numpy\core\include -I/usr/include/eigen3 -ID:\Anaconda2\include - ID:\Anaconda2\PC /Tpdeepnl/hpca.cpp /Fobuild\temp.win-amd64-2.7\Release\deepnl/h pca.obj -std=c++11 cl : Command line warning D9002 : ignoring unknown option '-std=c++11' hpca.cpp d:\anaconda2\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h (12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_D EPRECATED_API NPY_1_7_API_VERSION C:\Users\mauli_000\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python \9.0\VC\Include\xlocale(342) : warning C4530: C++ exception handler used, but un wind semantics are not enabled. Specify /EHsc deepnl/hpca.cpp(1685) : warning C4244: '=' : conversion from 'npy_intp' to 'int' , possible loss of data deepnl/hpca.cpp(6349) : warning C4146: unary minus operator applied to unsigned type, result still unsigned deepnl/hpca.cpp(6367) : warning C4146: unary minus operator applied to unsigned type, result still unsigned deepnl/hpca.cpp(6385) : warning C4146: unary minus operator applied to unsigned type, result still unsigned deepnl/hpca.cpp(6533) : warning C4146: unary minus operator applied to unsigned type, result still unsigned deepnl/hpca.cpp(6551) : warning C4146: unary minus operator applied to unsigned type, result still unsigned deepnl/hpca.cpp(6569) : warning C4146: unary minus operator applied to unsigned type, result still unsigned deepnl/hpca.cpp(7035) : warning C4146: unary minus operator applied to unsigned type, result still unsigned deepnl/hpca.cpp(7053) : warning C4146: unary minus operator applied to unsigned type, result still unsigned deepnl/hpca.cpp(7071) : warning C4146: unary minus operator applied to unsigned type, result still unsigned C:\Users\mauli_000\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python \9.0\VC\Bin\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -ID:\Anaconda2\lib \site-packages\numpy\core\include -I/usr/include/eigen3 -ID:\Anaconda2\include - ID:\Anaconda2\PC /Tpdeepnl/HPCA_impl.cpp /Fobuild\temp.win-amd64-2.7\Release\dee pnl/HPCA_impl.obj -std=c++11 cl : Command line warning D9002 : ignoring unknown option '-std=c++11' HPCA_impl.cpp d:\anaconda2\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h (12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_D EPRECATED_API NPY_1_7_API_VERSION C:\Users\mauli_000\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python \9.0\VC\Include\strings.h(5) : fatal error C1083: Cannot open include file: 'std /config.H': No such file or directory error: command 'C:\Users\mauli_000\AppData\Local\Programs\Common\Microsof t\Visual C++ for Python\9.0\VC\Bin\amd64\cl.exe' failed with exit status 2

C:\Users\mauli_000\Documents\Python Scripts\deepnl-master>`