bbalzano
bbalzano

Reputation: 33

Setting up Python Interpreter in Eclipse

Having installed anaconda, I was trying to set up the python interpreter in eclipse. After the installation, I noticed there are no packages.

enter image description here

Am I doing something wrong? I see that other people's pages have packages but my does not. I was able to find python.exe under the pkge folder in anaconda 3 which is all I was asked to do during the installation process.

EDIT 1: Thank you for your help, I have the python interpreter set up. However, when I made a test project and tried to import numpy, It was giving me an error. Isn't numpy something that comes with anaconda?

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

Upvotes: 1

Views: 848

Answers (1)

Ha Bom
Ha Bom

Reputation: 2917

Inside the folder where you install Anaconda3, there is the python.exe file. And inside the folder python-3.6 in the pkgs folder also.

enter image description here enter image description here

Upvotes: 1

Related Questions