我已经下载了软件包,
python2 -m pip install --user GroopM
我正在使用此程序包,没有问题。但是现在我无法用此消息运行它。
Traceback (most recent call last):
File "/usr/local/bin/groopm", line 54, in <module>
from groopm import groopm
File "/usr/local/lib/python2.7/dist-packages/groopm/__init__.py", line 52, in <module>
from data3 import DataManager
File "/usr/local/lib/python2.7/dist-packages/groopm/data3.py", line 59, in <module>
import tempdir
ImportError: No module named tempdir
Command exited with non-zero status 1
因此,我想将其删除并重新安装。 我尝试过
python2 -m pip uninstall GroopM
但是得到了
Cannot uninstall 'GroopM'. 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.
当我键入
which groopm
我明白了
/usr/loca/bin/groopm
我必须手动卸载吗?怎么样?