gpt4 book ai didi

python - 如何在 python 2.7 中使用 pypi 安装包?

转载 作者:行者123 更新时间:2023-11-28 22:01:14 24 4
gpt4 key购买 nike

这个问题,我在尝试使用 pypi 安装包 netstat 时遇到了这个问题

[opmeitle@localhost ~]$ sudo pip install netstat
[sudo] password for opmeitle:

Downloading/unpacking netstat
Running setup.py egg_info for package netstat

file nester_g:.py (for module nester_g:) not found
Installing collected packages: netstat
Running setup.py install for netstat
file nester_g:.py (for module nester_g:) not found
file nester_g:.py (for module nester_g:) not found
warning: install_lib: 'build/lib' does not exist -- no Python modules to install


file nester_g:.py (for module nester_g:) not found
file nester_g:.py (for module nester_g:) not found
Successfully installed netstat
Cleaning up...

还有其他问题:如何在 python2.7 而不是 3 中安装包?

最佳答案

同时 Kugel's answer是完全有效的,我还敦促您避免系统范围内的安装,并使用 virtualenv .它将允许您为您的项目创建一个沙箱并将其与其他项目隔离。

创建 virtualenv 时,您可以指定要使用的 Python 解释器版本。例如对于python2.7:

$ virtualenv path/to/project -p /usr/bin/python2.7

然后,pip install 命令会自动安装 python2.7 的包。

关于python - 如何在 python 2.7 中使用 pypi 安装包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13319591/

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