【发布时间】:2020-01-23 03:03:02
【问题描述】:
我想从 Github (https://github.com/rflugum/10K-MDA-Section) 安装 10K-MDA-Section,但是在提示符下运行此命令时:
pip install --upgrade git+git://github.com/rflugum/10K-MDA-Section
我收到此错误:
FileNotFoundError: [Errno 2] No such file or directory:
'C:\\Users\\...\\AppData\\Local\\Temp\\pip-req-build-1vmt3z0t\\setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error
code 1 in C:\Users\...\AppData\Local\Temp\pip-req-build-1vmt3z0t\
知道是什么原因造成的吗?
【问题讨论】:
标签: python github installation