- 博客(3)
- 收藏
- 关注
原创 Pycharm配置PyQt5环境
一、安装PyQt5使用镜像源快速安装PyQt5方法:pip install PyQt5 -i https://pypi.tuna.tsinghua.edu.cn/simple更多镜像源使用方法请看:https://blog.youkuaiyun.com/weixin_42657101/article/details/105223216二、Pycharm配置PyQt5环境1、打开Pycharm再Sett...
2020-03-31 16:19:49
494
原创 Python快速安装第三方安装库,使用镜像源方法
清华源:pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple豆瓣源:pip install xxx -i https://pypi.douban.com/simple/阿里源:pip install xxx -i https://mirrors.aliyun.com/pypi/simple中科大源:pip install xx...
2020-03-31 15:09:16
838
原创 Win10安装Rtree包报错:OSError: could not find or load spatialindex_c-64.dll
安装Rtree包报错:OSError: could not find or load spatialindex_c-64.dll解决办法:https://www.lfd.uci.edu/~gohlke/pythonlibs/#rtree下载对应版本的Rtree的whl安装包,注意是python2.7还是3.7,注意电脑是32还是64位。下载到本地后可以放到任意目录。找到下载Rtree包得位置...
2020-03-19 15:49:19
4892
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人