- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试通过 pip 在 ubuntu 13.04 上安装 mitmproxy,但每次我遇到此错误时:“命令 python setup.py egg_info failed with error code 1 in temp/pip-build-lubuntu/cryptography storage complete log in/home/lubuntu/.pip/pip.log"
我已经通过 apt-get 安装了 python-pip、python-dev、libxml2-dev、libxslt1 和 libssl-dev。我的 pip 版本是 1.3.1,python 是 2.7。我检查了这个错误的所有相关答案,但没有人有帮助。我非常感谢您的指导和提前帮助。
最佳答案
我刚刚遇到这个问题,发现我缺少一些加密包的依赖项:
For Debian and Ubuntu, the following command will ensure that the required dependencies are installed:
$ sudo apt-get install build-essential libssl-dev libffi-dev python-dev
For Fedora and RHEL-derivatives, the following command will ensure that the required dependencies are installed:
$ sudo yum install gcc libffi-devel python-devel openssl-devel
关于python-2.7 - 为什么我会收到 egg_info 错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22363752/
我是一名优秀的程序员,十分优秀!