gpt4 book ai didi

python - 从 Github 安装 Python 包

转载 作者:行者123 更新时间:2023-12-01 00:07:27 24 4
gpt4 key购买 nike

我想从 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)就足够了。

关于python - 从 Github 安装 Python 包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59871046/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com