Cannot uninstall ‘SQLAlchemy‘. It is a distutils installed project
安装jqdatasdk的时候遇到的问题:
Cannot uninstall ‘SQLAlchemy’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
解决方法:强制升级
pip install --ignore-installed SQLAlchemy
...
原创
2020-07-09 11:13:49 ·
211 阅读 ·
0 评论