已满足要求:。。在/usr/lib/python2.7/libdynload中

2024-10-03 11:13:43 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试使用github存储库中的pip安装我的包。我在venv中执行的所有操作(无站点包)。 {a1}在包中使用。我无法安装位于专用存储库(我使用ssh链接)中的某个需求,我收到奇怪的消息:

Requirement already satisfied: python>=lpcclient in 
/usr/lib/python2.7/lib-dynload (from ansible-lpc-
modules==0.0.1.dev168)

设置.py:

^{pr2}$

设置.cfg:

[metadata]
name = ansible-lpc-modules
author = Petr
version = 0.0.1
classifier =
    Environment :: OpenStack
    Intended Audience :: Information Technology
    Intended Audience :: System Administrators
    Development Status :: In Progress
    Operating System :: POSIX :: Linux
    Programming Language :: Python
    Programming Language :: Python :: 2.7
[pbr]
skip_authors = True
skip_changelog = True
[files]
packages =
    ansible/modules/lpc_mdls
    ansible/module_utils/lpc_utils

要求.txt:

ansible
-e git+ssh://git@git.lpc.org/vpc/python-lpcclient.git@develop#egg=python-lpcclient

我做错了什么?我没有在全球安装“lpcclient”。在


Tags: gitmodulestruelibutilsansiblesystemlanguage