提示如下,不知道为什么装不上
Downloading/unpacking cymysql
Cannot fetch index base URL http://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement cymysql
No distributions at all found for cymysql
Storing complete log in /root/.pip/pip.log
没有这个 package
有的…
https://pypi.python.org/pypi/cymysql
你的机器访问不了 https://pypi.python.org/simple/吧
手动下载,手动添加。
可是怎么装
编辑 ~/.pip/pip.conf 文件
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
再 sudo pip install cymysql
看是否能解决你的问题
https://stackoverflow.com/questions/13270877/how-to-manually-install-a-pypi-module-without-pip-easy-install
先装好 pip,然后把目标的 tar.gz 下下来直接用 pip 安装
按 方法添加国内 pypi 源,如果阿里云源里边没有就换豆瓣源。然后重新安装。
cymysql 跟 pymysql 有什么区别呢?效率高点么?
mac 难道不是 pip3?