尝试安装pip软件包时出现以下错误。
sudo -H pip install powerlaw
错误
Cannot uninstall 'quantities'. 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.
我尝试用
删除数量sudo -H pip uninstall quantities
我遇到了同样的错误。
您有解决方案吗?