我在用pip 安装 mycli时,提示信息如下:
(zh)➜ apt pip install mycli
Downloading/unpacking mycli
http://e.pypi.python.org/simple/mycli/ uses an insecure transport scheme (http). Consider using https if e.pypi.python.org has it available
Could not find any downloads that satisfy the requirement mycli
Cleaning up...
No distributions at all found for mycli
Storing debug log for failure in /home/zh/.pip/pip.log
指定单个库的安装源v2ex或douban
pip install mycli -i http://pypi.douban.com/simple
pip install mycli -i http://pypi.v2ex.com/simple