Can't deactivate conda

爱⌒轻易说出口 提交于 2021-01-28 06:35:28

问题


I have deactivated conda many times before, but suddenly have an error that is keeping me from doing much of anything:

$ conda deactivate
Error processing line 1 of /home/username/anaconda3/lib/python3.7/site-packages/matplotlib-3.0.3-py3.7-nspkg.pth:

  Traceback (most recent call last):
    File "/home/username/anaconda3/lib/python3.7/site.py", line 168, in addpackage
      exec(line)
    File "<string>", line 1, in <module>
    File "<frozen importlib._bootstrap>", line 580, in module_from_spec
  AttributeError: 'NoneType' object has no attribute 'loader'

Remainder of file ignored

What does this mean and how do I fix it?

来源:https://stackoverflow.com/questions/57157246/cant-deactivate-conda

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!