win11系统pip下载pyinstaller出错,错误如下:
我在我的win11上面安装pystaller发现有问题,但是在win10下面就没有,不知道是不是我自己的问题,通过下面的代码解决了:
1.指定清华源:
pip --default-timeout=100 install tensorflow==2.0.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
2.指定豆瓣源:
pip --default-timeout=100 install tensorflow==2.0.0 -i https://pypi.douban.com/simple
参考来源:
https://blog.youkuaiyun.com/woai8339/article/details/91351707