pip is not recognized in Anaconda Prompt

后端 未结 7 1284
刺人心
刺人心 2020-12-19 07:44

I\'m using Anaconda on Windows x64. I\'m trying to install some library using pip. However, the the command line isn\'t recognizing pip or any other scripts. The folder that

7条回答
  •  离开以前
    2020-12-19 08:44

    I had it myself because of my username which uses this character "ï" which causes an encoding problem in the PATH variable. Therefore, scripts cannot be found by anaconda. I had to install Anaconda For everyone and not just the current user to solve this problem.

提交回复
热议问题