James Mallett
James Mallett

Reputation: 857

Python Manage Repositories Pycharm

I have recently had to re-download and install Python by using the Anaconda package. This was done because i was having issues installing a few packages and found sources saying it would be easier to simply do it using Anaconda.

I now have the issue that I am unable to upgrade or find new packages (which i used to be able to do, i think it gave the list of all Pypi packages) and am not sure which URL i need to enter in order for PyCharm to find all the packages that it used to. This is what i currently have in the Repositories, As you can see i have already added a few PyPi links, of which none have been successful:

enter image description here

Does anyone know what link needs to be entered here to be able to browse through all PyPi Packages or upgrade currently installed packages?

Upvotes: 11

Views: 31122

Answers (2)

Shellum
Shellum

Reputation: 3179

Under Project Interpreter, there is an Anaconda button. This is a toggle. Turning it off, allows you to use repositories like https://pypi.python.org/simple.

Upvotes: 14

tam.teixeira
tam.teixeira

Reputation: 863

In my configuration i have :

https://pypi.python.org/simple

I've had the same problem after installing Anaconda because of a tkinter problem

enter image description here

Upvotes: 0

Related Questions