Anaconda Terminal error pywin32_bootstrap

前端 未结 3 1423
Happy的楠姐
Happy的楠姐 2021-02-15 18:50

I got this error in my Anaconda Navigator base Terminal:

Traceback (most recent call last):
    File \"C:\\Users\\myusername\\AppData\\Local\\Continuum\\anaconda         


        
3条回答
  •  故里飘歌
    2021-02-15 19:21

    I got the same error during pip install, and I solved it by installing build 225 of pywin32 instead of the latest version:

    pip install pywin32==225
    

提交回复
热议问题