python - linux下使用pip安装openpyxl失败
阿神
阿神 2017-04-18 10:17:49
0
2
1097

linux系统下默认python2.7保留,又安装了python3.5,已创建虚拟环境并安装flask。用pip安装openpyxl失败。
其实安装flask的时候就知道我这pip有问题,可是有办法可以不使用pip安装就跳过去了,该面对的迟早要面对。

以下是提示

按提示说Name or service not known,由于openpyxl这个名字不会错,那就是我的源有问题了。
指源安装


也是失败,提示是一样的
网上说有创建/.pip/pip.conf并写入
[global]
index-url = https://pypi.mirrors.ustc.edu...
我也试过了,不行。还请指点。

阿神
阿神

闭关修行中......

reply all(2)
左手右手慢动作

Before installing, please pip search openpyxl give it a try ~~

洪涛

Solved. The domain name cannot be resolved. After changing the DNS, it will be normal. If you encounter such problems, please ping the domain name first to confirm whether the domain name can be pinged normally.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template