python
  • seaborn
  • 2017-06-17 71 views 1 likes 
    1

    我一直在試圖通過CMD安裝seaborn安裝通過CMD seaborn不使用蟒蛇用下面的命令:pip install seaborn。我跑在目錄C:\Python27\Scripts的CMD命令和我得到這個錯誤:錯誤嘗試不使用蟒蛇

    Command "c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\ 
    \users\\user\\appdata\\local\\temp\\pip-build-ira6iy\\scipy\\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\user\appdata\l 
    ocal\temp\pip-wzz50c-record\install-record.txt --single-version-externally-manag 
    ed --compile" failed with error code 1 in c:\users\user\appdata\local\temp\pip-b 
    uild-ira6iy\scipy\ 
    

    任何幫助,將不勝感激!

    回答

    1

    這裏下載方向盤,鍵入pip install seaborn‑0.7.1‑py2.py3‑none‑any.whl它應該是更容易爲你尋找它的位置:http://www.lfd.uci.edu/~gohlke/pythonlibs/

    雖然因爲錯誤是你第一次安裝SciPy的是神祕?這就是我可以收集爲可能丟失pip install scipy

    相關問題