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.
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.
Go to File > Settings > Project Interpreter > click the + button and search the name of the package you want to install. Save this answer.
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.
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.
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
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