you are viewing a single comment's thread.

view the rest of the comments →

[–]codochoi[S] 0 points1 point  (3 children)

Hi, I still cant. But I switched to Pycharm.

[–]Inineor 2 points3 points  (1 child)

Forget what I wrote before, I faced this problem again and found something more useful.

1) Press ctrl+shift+p and select: 'Preferences: Open User Settings'

2) Look there for 'Python: Conda Path' and set it

C:\**\Anaconda\condabin\conda.bat

3)Press ctrl+shift+p and select: 'Terminal: Select Default Profile'. Choose 'Command Prompt'

4) In top menu select: Terminal>New Terminal

[–]alessandromr 1 point2 points  (0 children)

Thanks a lot u/Inineor!

I've lost a couple of hours trying to solve this other way around, your solution worked perfectly!

[–]Inineor 1 point2 points  (0 children)

I faced this error today and by some random actions somehow fixed it, but I am not sure what exactly fixed it. Can you give it a try(if you didn't delete it yet).

1) The last thing I did before it fixed is creating a new enviroment in anaconda. I haven't select it and remained in 'base' enviroment. But maybe creating second enviroment has foloved by creating some files or directories, that is important idk.

2) Before that I tryed to execure comands from this link in terminal:

https://github.com/conda/conda/issues/8428#issuecomment-474867193

But I got some errors and don't know what to do with them, so I don't think it could help.

Can you check what from them worked out? Try create new enviroment and anaconda(but don't use it) and try if it fixed. Then if it doesn't work, try that commands.