Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anaconda not available in PyCharm

I have just installed Anaconda 3.6 and PyCharm. I am trying to set up the interpreter, however if I navigate to the interpreter window I can see the error message saying "Conda executable not found" as well as "Environment location directory is not empty".

Please see the screenshot below. Do you have any suggestion what I could do? I deleted Anaconda and Pycharm already and re-installed them again without success. I must also say that my untitled folder under Location is already empty.

enter image description here

like image 685
Trgovec Avatar asked Apr 08 '18 05:04

Trgovec


2 Answers

I had a similar issue, here you go.

file->settings->project->Project Interpreter-> % for rest see attached pic :)

enter image description here

like image 155
ANVAR V A Avatar answered Sep 18 '22 05:09

ANVAR V A


I think that the problem is your path to file. For example, the Project Interpreter window of my PyCharm, looks like this:

enter image description here

I know we have different Anaconda versions, but i believe that the files are relatively the same. I suppose that you need the Python file contained in the bin folder, not the conda.

Hope it helps

like image 40
Qehu Avatar answered Sep 22 '22 05:09

Qehu