pip 超时解决
建議使用清華源,使用豆瓣源安裝tensorflow遇到好多問題,使用清華源一次安裝完成!!!
使用國內清華源:pip3 install tensorflow==2.4.0 -i https://pypi.tuna.tsinghua.edu.cn/simple/
使用國內豆瓣源:pip install web.py -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip3 install opencv-python -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip3 install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip3 install kivy.deps.gstreamer -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip3 install kivy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
總結
- 上一篇: python数据结构简单总结
- 下一篇: Super详解(重点)