使用pip安装本地软件包时出现问题

时间:2018-10-30 14:01:35

标签: python python-2.7 pip confluent-kafka

我对python有点陌生,但我需要在linux机器上安装一个库,即时通讯使用python 2.7。

面临的挑战是我在防火墙后面,没有代理来执行实际的ion-fab ion-label { font-weight: bold; color: color($colors, primary, base); text-align: center; margin: 0px !important; }

所以我从github获得了confluent-kafka-python.zip,因此我可以脱机安装并执行以下操作:

pip install confluent-kafka-python

但出现以下错误:

sudo pip install confluent-kafka-python-master.zip

我该怎么做以离线方式安装此库?

预先感谢

1 个答案:

答案 0 :(得分:1)

您必须检查软件包的依赖性,然后在本地下载它们(就像对confluent-kafka所做的那样),然后install them with the '--no-index' option

您可能还想check this page for more on installing local packages