Could not find a version that satisfies the requirement pylab No matching distribution found for pyl
问题:python安装模块时使用 pip3 install 模块名 报错。
pip3 install pylab
解决:需要指定国内镜像,可能因为网络不稳定。
pip3 install pylab -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
还没有评论,来说两句吧...