Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyCharm Error Loading Package List

I just downloaded PyCharm the other day and wanted to download a few packages. I'm using Windows 10 with PyCharm 2016.2.2 and python 3.5.2. When I go to the available packages screen it continually states:

Error loading package list:pypi.python.org

I was just trying to download BeautifulSoup and I'm clearly missing something. Any help would be wonderful.

like image 406
sevpants Avatar asked Sep 14 '16 19:09

sevpants


People also ask

Why packages are not installing in PyCharm?

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.

How do I manually install PyCharm packages?

Go to File > Settings > Project Interpreter > click the + button and search the name of the package you want to install. Save this answer.

How does PyCharm automatically install packages?

In the Settings/Preferences dialog ( Ctrl+Alt+S ), click Editor | General | Auto Import. In the Python section, configure automatic imports: Select Show import popup to automatically display an import popup when tying the name of a class that lacks an import statement.


2 Answers

I am behind a corporate firewall and had this problem. All I had to do was go to Settings/Appearance and Behavior/System Settings/HTTP Proxy and check Auto-detect proxy settings and it worked.

like image 185
Chris Broski Avatar answered Nov 15 '22 16:11

Chris Broski


I got the same problem and solution was that I got some other repositories added to repositories manager. So, make sure that you don't have anything extra then

https://pypi.python.org/simple at Repositories

enter image description here enter image description here

like image 45
Nick PV Avatar answered Nov 15 '22 15:11

Nick PV