It is a distutils installed project and thus we cannot accurately determine which files belong to

报错

Cannot uninstall 'leveldb'. 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 10.1的问题

只需要python -m pip install --user --upgrade leveldb==1.4

或者

sudo pip install --ignore-installed leveldb

猜你喜欢

转载自blog.csdn.net/qq_35608277/article/details/84259418