无法停用cond

2024-03-29 00:14:04 发布

您现在位置:Python中文网/ 问答频道 /正文

我已经停用康达很多次,但突然有一个错误,使我无法做很多事情:

$ 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

这意味着什么?我该如何修复它?你知道吗


Tags: ofinhomelib错误lineusernamesite