【发布时间】:2012-11-10 05:37:44
【问题描述】:
这个问题,我在尝试使用 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中安装包?
【问题讨论】: