注册 登录
编程论坛 Python论坛

终端安装第三方包出错

奔波儿灞 发布于 2018-05-08 15:57, 1319 次点击
在终端里面安装 mysql出错了
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/vj/vqjwk9gn5wbc858vp06h61hh0000gn/T/pip-install-ecxztlcl/distribute/
是因为什么情况
2 回复
#2
wp2319572018-05-08 16:14
你是咋操作的呢
#3
wp2319572018-05-08 16:29
需要下载
http://aka.ms/vcpython27

需要下载:
https://pypi.



然后就能看到下面信息
PS C:\python27\scripts> .\pip install mysql
Collecting mysql
  Using cached https://files.
Requirement already satisfied: MySQL-python in c:\python27\lib\site-packages (from mysql) (1.2.5)
Installing collected packages: mysql
  Running setup.py install for mysql ... done
Successfully installed mysql-0.0.1
1