Skip to content

Tag: pycharm

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&#8217…

How to add RDKit to project in PyCharm?

So, I am trying to add RDKit to my project in PyCharm. I have found that if you are using interpreter /usr/bin/python2.7 PyCharm will try to install stuff using the pip. While, RDKit requires conda. I have tried to change the interpreter to conda, but RDKit is either not on the list or it can’t open the…

Drop frame while debugging?

I’d like to know if drop frame is available in PyCharm / Intellij with Python plugin. Here’s what the button looks like (it doesn’t show up on the debug toolbar so I assume it’s just not available for PyCharm) –> How to step one step back in IntelliJ? What I’m trying to …

PyCharm asks for python interpreter every time project is loaded

Rather frustratingly, every time I load up an existing project or create a new one – it complains there is no interpreter selected and I have to provide the path to it. There is nothing unusual about my python installation, it’s sat in C:/Python27/ as you would expect. It always used to work, but …