1

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

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

8 Comments

Thank you. I'm not sure if you get a notification if I update the question but I am getting errors with importing numpy. If you can help, I'd appreciate it.
No, you need to install it. Open Anaconda promt and run pip install numpy.
I ran the line but is says its already installed. It does mention that something I don't know anything about isn't installed. Maybe that could be the issue? I put up another screenshot.
It said that the PyHamcrest was missed, so install it pip install pyhamcrest. And then install numpy again. Then use pip list to check that it has been installed.
Just ran both lines again and tried to execute the same code in eclipse. It still gives me the same error though. I posted a couple more screenshots. Thank you.
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.