dominiek/word2vec-explorer

Installation error

akshay-1993 opened this issue · 0 comments

errror:
Running setup.py install for tsne ... error
Complete output from command c:\python27\python.exe -u -c "import setuptools, tokenize;file='c:\users\akshayc\appdata\local\temp\pip-build-pduo9y\tsne\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record c:\users\akshayc\appdata\local\temp\pip-rnvzez-record\install-record.txt --single-version-externally-managed --compile:
!!!!!!!!!!!!! ['tsne', 'tsne.tests']
c:\python27\lib\site-packages\setuptools\dist.py:285: UserWarning: Normalizing 'v0.1.5' to '0.1.5'
normalized_version,
running install
running build
running build_py
creating build
creating build\lib.win32-2.7
creating build\lib.win32-2.7\tsne
copying tsne_version.py -> build\lib.win32-2.7\tsne
copying tsne_init_.py -> build\lib.win32-2.7\tsne
creating build\lib.win32-2.7\tsne\tests
copying tsne\tests\test_iris.py -> build\lib.win32-2.7\tsne\tests
copying tsne\tests_init_.py -> build\lib.win32-2.7\tsne\tests
UPDATING build\lib.win32-2.7\tsne/_version.py
set build\lib.win32-2.7\tsne/_version.py to 'v0.1.5'
running build_ext
building 'bh_sne' extension
creating build\temp.win32-2.7
creating build\temp.win32-2.7\Release
creating build\temp.win32-2.7\Release\tsne
creating build\temp.win32-2.7\Release\tsne\bh_sne_src
C:\Users\AkshayC\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ic:\python27\lib\site-packages\numpy\core\include -I/usr/local/include -Itsne/bh_sne_src/ -Ic:\python27\include -Ic:\python27\PC /Tptsne/bh_sne.cpp /Fobuild\temp.win32-2.7\Release\tsne/bh_sne.obj -msse2 -O3 -fPIC -w
cl : Command line warning D9025 : overriding '/W3' with '/w'
cl : Command line warning D9002 : ignoring unknown option '-msse2'
cl : Command line warning D9002 : ignoring unknown option '-O3'
cl : Command line warning D9002 : ignoring unknown option '-fPIC'
bh_sne.cpp
c:\python27\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_DEPRECATED_API NPY_1_7_API_VERSION
C:\Users\AkshayC\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Include\xlocale(342) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
C:\Users\AkshayC\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ic:\python27\lib\site-packages\numpy\core\include -I/usr/local/include -Itsne/bh_sne_src/ -Ic:\python27\include -Ic:\python27\PC /Tptsne/bh_sne_src/quadtree.cpp /Fobuild\temp.win32-2.7\Release\tsne/bh_sne_src/quadtree.obj -msse2 -O3 -fPIC -w
cl : Command line warning D9025 : overriding '/W3' with '/w'
cl : Command line warning D9002 : ignoring unknown option '-msse2'
cl : Command line warning D9002 : ignoring unknown option '-O3'
cl : Command line warning D9002 : ignoring unknown option '-fPIC'
quadtree.cpp
tsne/bh_sne_src/quadtree.cpp(12) : fatal error C1083: Cannot open include file: 'cblas.h': No such file or directory
error: command 'C:\Users\AkshayC\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe' failed with exit status 2

----------------------------------------

Command "c:\python27\python.exe -u -c "import setuptools, tokenize;file='c:\users\akshayc\appdata\local\temp\pip-build-pduo9y\tsne\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record c:\users\akshayc\appdata\local\temp\pip-rnvzez-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\akshayc\appdata\local\temp\pip-build-pduo9y\tsne\

Environment:
Windows: 10
python: 2.7
installationerrorword2vec