Questions tagged [pycharm]

Pycharm is an IDE (written in java) for developing in Python, with support for web frameworks.

Pycharm is a java swing based IDE that works on Windows, Linux, and Mac OS X.

It exists in a free and open-source software community version, as well as a fully-featured professional version which supports web frameworks Django, Flask, Google App Engine, Pyramid, and web2py.

Both versions have integrated version control for Git, Mercurial, CVS, Subversion, and GitHub.

153 questions
67
votes
7 answers

Can't install virtual interpreter in PyCharm in Linux

When I try to add virtualenv as an interpreter in PyCharm Community 2018.1.2 in Kubuntu 18.04 I get the following error: ModuleNotFoundError: No module named 'distutils.core' How can I solve this?
Hrvoje T
  • 1,949
  • 3
  • 18
  • 28
25
votes
4 answers

How can I increase the memory heap in pycharm

I am using pycharm and its memory shown at bottom right corner is 750M. I could not find any setting where I can increase that. Where do I increase that memory. I am using version 3.4. I searched a lot but could not find from Google as well
Mirage
  • 2,863
  • 8
  • 48
  • 66
21
votes
3 answers

How do I find which software is doing an SSH connection?

I use a key (not password) to ssh into a server, but my IP address is frequently banned by the server. After looking into the server auth.log, I found that someone (or some software) is trying every 10-20 minutes to ssh with the wrong password. Jun…
Charles Bao
  • 501
  • 3
  • 10
15
votes
8 answers

My PyCharm run is working but debugging is failing

I am using JetBrains Pycharm IDE in ubuntu 18.04 when I am hitting run, it is working fine but debugging is failing every time with the following error. error screenshot and this is prompt from debug button Connection to Python debugger failed…
Satyaaditya
  • 436
  • 1
  • 3
  • 9
12
votes
1 answer

PyCharm: Turn on Python 3 Code Checking in a Python 2 Project

I have a big Python 2 project that I want to port to Python 3. As per the porting guide I want to become Python 2/3 compatible first. This would mean writing Python 3 compatible code in Python 2. Is there a way to tell PyCharm to turn on Python 3…
Toaster
  • 280
  • 1
  • 2
  • 12
8
votes
1 answer

Pycharm debugger does not work with pytorch and deep learning

This question is somewhere in between Stackoverflow and Superuser - in my opinion at least, so feel free to point me to SO if this is the wrong place (in your opinion ;)). Problem: If I place a breakpoint in my python code the debugger stops. If I…
Sheradil
  • 183
  • 1
  • 4
7
votes
2 answers

How to add a color scheme to PyCharm?

I downloaded the IDLE-like color scheme from here. However, I can't find where to install this for use with PyCharm on Windows 7?
ysap
  • 2,620
  • 12
  • 50
  • 74
6
votes
2 answers

PyCharm is not searching the entire project

When I use the find tool in PyCharm, it only searches the page that is currently in focus. If the string is found in the current file, it shows the results on that page, and then the "Find all" button is enabled. When I click it, it shows a…
codingcoding
  • 271
  • 2
  • 9
6
votes
4 answers

PyCharm: Can't enter AltGr keys on a french keyboard

I installed the 2019.1 community edition of PyCharm on a Windows 10 Pro yesterday. Everything works perfectly except that I cannot type #, [, or ]. I use a French keyboard, and these keys are accessed with a combination of AltGr and an upper row…
Blaise
  • 63
  • 5
6
votes
3 answers

How to remove Open Folder as Pycharm Community Edition Project

How can I remove the "Open Folder as Pycharm Community Edition Project" from the right click context menu (shown in the picture below).
5
votes
3 answers

How to jump to top or bottom of script with keyboard shortcuts?

I'm looking for the VI/VIM equivalent of 'gg' and 'Shift+g' but within PyCharm. Searched through their docs and didn't find anything.
Paul
  • 205
  • 2
  • 8
5
votes
1 answer

My Pycharm IDE cannot connect debugger

My Pycharm IDE cannot connect debugger in one of my anaconda environment. As I try to debug some code it says: Connection to Python debugger failed Socket operation on nonsocket: configureBlocking the exit code is -1073741819 (0xC0000005) I moved…
Flicic
  • 51
  • 1
  • 2
4
votes
0 answers

How can I disable the scroll-to-end feature

Whenever I run my code in Pycharm (community version), the run window automatically scrolls to the end. I would like to turn this feature off. However, everytime I run my code it re-enables itself. I've looked for answers. This post on…
4
votes
2 answers

Can't install anything on pip

Everytime I try to install anything on pip it ends with following error message. The package setup script has attempted to modify files on your system that are not within the EasyInstall build area, and has been aborted. This package cannot be…
Bajellor
  • 41
  • 1
  • 2
4
votes
0 answers

Pycharm keeps indexing

For some reason Pycharm keeps indexing over and over. I have a program which needs to read a lot of files (>12,000, 5 mb per file) and Pycharm just keeps indexing. Furthermore, I create these files (12000 files) on a daily basis, and the indexing…
1
2 3
10 11