安装具有Git依赖关系的Python软件包

时间:2020-03-07 00:02:02

标签: python git package packaging

我为此找到的其他大多数答案都已经很老了。如果有人可以找到最近的东西,请告诉我。 This is the most recent I could find.

我正在尝试安装在git上制作的python软件包。需求文件中的行是:map

我收到以下错误:

-e git+https://github.com/riders994/<package1>.git@<commit>#egg=<package1>

据此,我认为我的问题是它没有正确安装第二个软件包作为依赖项。我猜测我需要为软件包1修复ERROR: Could not find a version that satisfies the requirement <package2> (from <package1>->-r requirements.frozen (line 26)) (from versions: none) ERROR: No matching distribution found for <package2> (from <package1>->-r requirements.frozen (line 26)) 。这是当前的样子:

setup.py

怎么了?

0 个答案:

没有答案