我想从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\
知道是什么原因造成的吗?
最佳答案
只要存储库(rflugum/10K-MDA-Section
)没有setup.py
文件,pip install
就不会起作用。
检查克隆是否足够,然后直接执行MDA Extractor.py
(python MDA Extractor.py
)。