1

所以,我是 python 的新手,但在这本书之前没有真正的问题。此时我们要安装lpthw.web,但是在尝试安装时出现错误。

这就是我们被告知要写入终端的内容:

$ sudo pip install lpthw.web

这是我不断收到的错误:

例外:回溯(最近一次调用最后):文件“/Library/Python/2.6/site-packages/pip-1.2.1-py2.6.egg/pip/basecommand.py”,第 107 行,主要状态 = self .run(options, args) 文件“/Library/Python/2.6/site-packages/pip-1.2.1-py2.6.egg/pip/commands/install.py”,第 248 行,在运行中导入 setuptools ImportError:没有名为 setuptools 的模块

存储完整的登录 /Users/user/Library/Logs/pip.log Users-MacBook-Pro:~ user$

是的,我去了我的 pip 文件夹,发现那里的 setuptools 没有。这是如何以及为什么会发生的?

我很困惑,有什么建议吗?

4

1 回答 1

1

在 Ubuntu 上,您可以通过 apt-get 获取 setuptools:

$ sudo apt-cache search setuptools
[sudo] password for me: 
...
python-setuptools - Python Distutils Enhancements (setuptools compatibility)
...
python3-setuptools - Python3 Distutils Enhancements (setuptools compatibility)
于 2013-01-09T19:58:26.707 回答