Anaconda提示安装cctbx错误:命令错误,退出状态为1:python setup.py egg_info检查日志以获取完整的命令输出

时间:2020-07-02 12:33:50

标签: installation package anaconda3

我正在尝试从zip文件安装用于Jupyter的cctbx模块(https://cci.lbl.gov/cctbx_docs/index.html),但是在输入时遇到以下错误 “ C:\ Users \ Knowhow> pip install \ Users \ Knowhow \ Downloads \ cctbx-installer-dev-2183-intel-windows-x86_64.zip”

Processing c:\users\knowhow\downloads\cctbx-installer-dev-2183-intel-windows-x86_64.zip
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Knowhow\anaconda3\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Knowhow\\AppData\\Local\\Temp\\pip-req-build-u4gihsom\\setup.py'"'"'; __file__='"'"'C:\\Users\\Knowhow\\AppData\\Local\\Temp\\pip-req-build-u4gihsom\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Knowhow\AppData\Local\Temp\pip-req-build-u4gihsom\pip-egg-info'
         cwd: C:\Users\Knowhow\AppData\Local\Temp\pip-req-build-u4gihsom\
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Knowhow\anaconda3\lib\tokenize.py", line 447, in open
        buffer = _builtin_open(filename, 'rb')
    FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Knowhow\\AppData\\Local\\Temp\\pip-req-build-u4gihsom\\setup.py'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

0 个答案:

没有答案