Conda update on Windows 7 failing with import error of yaml

后端 未结 1 2027
感动是毒
感动是毒 2021-01-22 04:39

On Win7 64 bit, with Anaconda 1.7, when I go to the command prompt and try:

conda update conda

I get the following error.

相关标签:
1条回答
  • 2021-01-22 05:11

    The only way I found to fix this was to search for yaml and manually add it to the PYTHONPATH environment variable, e.g.

    PYTHONPATH=C:\Anaconda\pkgs\pyyaml-3.10-py27_1\Lib\site-packages
    
    0 讨论(0)
提交回复
热议问题