【发布时间】:2020-04-30 08:06:18
【问题描述】:
我正在尝试安装包 gamry-parser (https://pypi.org/project/gamry-parser/)。
但是,命令窗口无法在它要查找的位置找到 requirements.txt。我试图在我的计算机中搜索它正在搜索的路径,但它似乎不存在(c:\users\name\appdata\local\temp\pip-install-rfy1sh\gamry-parser\setup. py)。此外,requirements.txt 确实存在,但不在这个不存在的路径中。我收到以下错误:
IOError: [Errno 2] No such file or directory: 'requirements.txt'
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
谢谢。
【问题讨论】:
-
看起来这个项目的包装有问题,向那个项目的维护者报告这个问题是有意义的。
标签: python path pip command requirements