首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >pip installl tsne不起作用

pip installl tsne不起作用
EN

Stack Overflow用户
提问于 2016-09-22 23:25:08
回答 3查看 4.6K关注 0票数 9

我无法在我的Windows机器上安装tsne包。我按照here的说明安装了适用于Python的tsne包。但pip install tsnepip install git+https://github.com/danielfrg/tsne.git都可以工作。错误消息是

代码语言:javascript
复制
      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\\hzoe\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\amd64\\cl.exe' failed with exit status 2

      ----------------------------------------
      Failed building wheel for tsne
      Running setup.py clean for tsne
    Failed to build tsne
    Installing collected packages: tsne
      Running setup.py install for tsne: started
        Running setup.py install for tsne: finished with status 'error'
        Complete output from command C:\Users\hzoe\AppData\Local\Continuum\Anaconda\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\hzoe\\appdata\\local\\temp\\pip-build-vicxy7\\tsne\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\hzoe\appdata\local\temp\pip-so57qk-record\install-record.txt --single-version-externally-managed --compile:
        !!!!!!!!!!!!! ['tsne', 'tsne.tests']
        C:\Users\hzoe\AppData\Local\Continuum\Anaconda\lib\site-packages\setuptools-20.2.2-py2.7.egg\setuptools\dist.py:285: UserWarning: Normalizing 'v0.1.5' to '0.1.5'
        running install
        running build
        running build_py
        creating build
        creating build\lib.win-amd64-2.7
        creating build\lib.win-amd64-2.7\tsne
        copying tsne\_version.py -> build\lib.win-amd64-2.7\tsne
        copying tsne\__init__.py -> build\lib.win-amd64-2.7\tsne
        creating build\lib.win-amd64-2.7\tsne\tests
        copying tsne\tests\test_iris.py -> build\lib.win-amd64-2.7\tsne\tests
        copying tsne\tests\__init__.py -> build\lib.win-amd64-2.7\tsne\tests
        UPDATING build\lib.win-amd64-2.7\tsne/_version.py
        set build\lib.win-amd64-2.7\tsne/_version.py to 'v0.1.5'
        running build_ext
        building 'bh_sne' extension
        creating build\temp.win-amd64-2.7
        creating build\temp.win-amd64-2.7\Release
        creating build\temp.win-amd64-2.7\Release\tsne
        creating build\temp.win-amd64-2.7\Release\tsne\bh_sne_src
        C:\Users\hzoe\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:\Users\hzoe\AppData\Local\Continuum\Anaconda\lib\site-packages\numpy\core\include -I/usr/local/include -Itsne/bh_sne_src/ -IC:\Users\hzoe\AppData\Local\Continuum\Anaconda\include -IC:\Users\hzoe\AppData\Local\Continuum\Anaconda\PC /Tptsne/bh_sne.cpp /Fobuild\temp.win-amd64-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:\users\hzoe\appdata\local\continuum\anaconda\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\hzoe\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\hzoe\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:\Users\hzoe\AppData\Local\Continuum\Anaconda\lib\site-packages\numpy\core\include -I/usr/local/include -Itsne/bh_sne_src/ -IC:\Users\hzoe\AppData\Local\Continuum\Anaconda\include -IC:\Users\hzoe\AppData\Local\Continuum\Anaconda\PC /Tptsne/bh_sne_src/quadtree.cpp /Fobuild\temp.win-amd64-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\\hzoe\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\amd64\\cl.exe' failed with exit status 2

        ----------------------------------------
    Command "C:\Users\hzoe\AppData\Local\Continuum\Anaconda\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\hzoe\\appdata\\local\\temp\\pip-build-vicxy7\\tsne\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\hzoe\appdata\local\temp\pip-so57qk-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\hzoe\appdata\local\temp\pip-build-vicxy7\tsne\

我正在使用蟒蛇,我也安装了视窗的可视化C++编译器。

EN

回答 3

Stack Overflow用户

发布于 2016-09-22 23:46:25

如果您已经尝试过此操作,我很抱歉,但我看不到您在命令提示符中键入的内容以获取该错误。

如果您没有将path变量设置为pip,那么输入以下内容(如果python在不同的目录中,只需更改路径),并记住它区分大小写!

代码语言:javascript
复制
C:\Python34\Scripts\pip install LIBRARY_NAME
票数 0
EN

Stack Overflow用户

发布于 2021-08-08 13:31:27

试试这个conda install -c conda-forge tsne。引用自蟒蛇link

票数 0
EN

Stack Overflow用户

发布于 2020-08-19 15:30:14

尝试从sklearn导入TSNE。

在开始导入库时,编写以下代码:

代码语言:javascript
复制
from sklearn.manifold import TSNE
票数 -1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/39643043

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档