Install时遇到的问题
hannah_aimee
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
win10上安装acaconda遇到的无法连接到清华镜像的问题
conda install时,老是出现couidnt connect tsinghua mirror 解决: 将condarc的channels清空,重新再cmd中 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda conf原创 2017-06-08 13:51:18 · 3110 阅读 · 0 评论 -
Python RobotFramework安装问题
pip安装时超时 方法1:pip install -i https://pypi.doubanio.com/simple/ 包名 方法2:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple 包名 wxPython Python ride.py 后,看提示是要让安装wxPython的哪个版本。 我的是要安装wxPython 2.8...原创 2018-07-31 13:48:41 · 308 阅读 · 0 评论
分享