ImportError:没有名为'ruamel'的模块运行Anaconda

时间:2017-02-21 04:49:52

标签: anaconda

我正在使用MacOS X 10.11.2并且我想安装Anaconda 3,因此我从here下载了Anaconda3-4.3.0-MacOSX-x86_64.pkg。我安装后,我尝试了这个,但我得到了如下错误。

S0106602ad06e3352:bin jouk$ conda
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/conda/common/configuration.py", line 38, in <module>
    from ruamel_yaml.comments import CommentedSeq, CommentedMap
ImportError: No module named 'ruamel_yaml'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.5/bin/conda", line 7, in <module>
    from conda.cli.main import main
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/conda/cli/__init__.py", line 8, in <module>
    from .main import main  # NOQA
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/conda/cli/main.py", line 46, in <module>
    from ..base.context import context
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/conda/base/context.py", line 18, in <module>
    from ..common.configuration import (Configuration, MapParameter, PrimitiveParameter,
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/conda/common/configuration.py", line 40, in <module>
    from ruamel.yaml.comments import CommentedSeq, CommentedMap  # pragma: no cover
ImportError: No module named 'ruamel'
S0106602ad06e3352:bin jouk$ 

我尝试使用此解决方法(here)解决此错误。但在这种情况下,我将Anaconda安装两次到当地的两个地方。但是,我没有这样做。我的问题是什么?

0 个答案:

没有答案