我打开终端时看到此错误。它发生在我在我的计算机上安装 open cv 和 pandas 失败之后。
在这张图片中,错误是
/home/ujjwal/anaconda3/bin/python: Error while finding module specification for 'virtualenvwrapper.hook_loader' (ModuleNotFoundError: No module named 'virtualenvwrapper')
virtualenvwrapper.sh: There was a problem running the initialization hooks.
If Python could not import the module virtualenvwrapper.hook_loader,check that virtualenvwrapper has been installed for VIRTUALENVWRAPPER_PYTHON=/home/ujjwal/anaconda3/bin/python and that PATH is set properly.
我如何解决这个问题?
我的第一个建议是彻底卸载 anaconda 并重新安装。
但如果那不可能
你需要安装
virtualenvwrapper
包,但特别是pip
与base
anaconda python相关的~/anaconda3/bin/pip install virtualenvwrapper
如果该安装失败,那么您的 anaconda 安装确实有问题,您需要擦除它并重新开始