I have installed Anaconda in my Windows 7 64 bit with Python 2.7.13.
I set up the interpretter in my Python by locating the python.exe within the anaconda installation directory.
I can run programmes. However, I can not install additional packages using the package installer of Pycharm.
I have looked at online guides, but nothing helpful so far. What am I doing wrong?
EDIT: I added the link https://pypi.python.org/simple using the Manager Repositories button.
However, it does not work
The most viable troubleshooting action is to try installing the problematic package on the selected Python interpreter using the terminal. If you get an identical error message, then the problem is not in the IDE and you should review the rationales and typical cases, or search for a solution on the Internet.
Troubleshooting: Try installing/importing a package from the system terminal (outside of PyCharm) using the same interpreter/environment. In case you are using a virtualenv/conda environment as your Project Interpreter in PyCharm, it is enough to activate that environment in the system terminal and then do the test.
The simple solution to this is that install your needed package into Anaconda Prompt(Run anaconda prompt in administrator mode.) using pip command then that package will automatically be reflected into pycharm.
Manage Repositories
Does anything show up there? I'm guessing you don't have anything. I have https://pypi.python.org/simple
. So..
Click '+' symbol
Fill in https://pypi.python.org/simple
Click OK
Click refresh wheel on the frame you screenshot
Did that work?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With