pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade sqlalchemy --ignore-installed
这个安装以后会报错
提示如下
WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available.
You should consider upgrading via the ‘python -m pip install --upgrade pip’ command.
然后只能按提示更新pip
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip
重新打开spyder
可以正常了终于
&spm=1001.2101.3001.5002&articleId=105523415&d=1&t=3&u=a9bcdd504ce24e428f14aa47b611c1c3)
883

被折叠的 条评论
为什么被折叠?



