pycharm Questions

3

Solved

I'm learning PyCharm IDE on Windows. How can I send end-of-file signal to it's debugging console? CTRL+Z does not work.
Lipid asked 11/2, 2014 at 18:15

3

Solved

I want to use Intellij Idea within my existing python django project which was built within a virtual environment in ubuntu. How do I configure Intellij Idea to use the libraries of the virtual env...
Peripatetic asked 2/1, 2014 at 5:51

7

In Pycharm I keep running into this error: TabError: inconsistent use of tabs and spaces in indentation I know its a problem with tabs/spaces. I want: if len(myresults)==0: print("TEST") Wh...
Hardcastle asked 12/11, 2018 at 14:17

4

Solved

Many programs display progress bars by printing to stdout and then returning to beginning of line and printing again. This way they can achieve realtime progress bar appearence. Unfortunately, in m...
Footworn asked 10/7, 2017 at 13:10

2

First of all, I am working on the Pycharm debug console and want to put a caption under my diagram. According to this answer this can be achieved by: plt.plot([2,5,1,2] fig = plt.figure() fig.text...
Personality asked 14/3, 2018 at 18:7

4

Solved

I can push to my personal github account, but I am trying to push to an organization repo. How can I configure Pycharm to use an organization repo instead of a personal one? Thanks.
Toplevel asked 27/6, 2014 at 1:33

3

Solved

When running tests with py.test there is a --pdb option to enter pdb on failure. Is there a similar way to enter the debugger when running the same test from within PyCharm?
Jahnke asked 11/6, 2014 at 21:31

4

I am getting the below error while running a pyspark program on PYCHARM, Error: java.io.IOException: Cannot run program "python3": CreateProcess error=2, The system cannot find the file ...
Seabrooke asked 8/8, 2021 at 23:22

8

Solved

I changed my project code from Python 2.7 to 3.x. After these changes when I hover over any method and press Ctrl I get a message: cannot find declaration to go to I'm trying to update PyCharm fr...
Gunner asked 10/4, 2018 at 9:23

14

Solved

When I try to run the server when I'm using PyCharm brings me this error Jupyter server process exited with code 1 usage: jupyter.py [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir] [...
Miliary asked 30/11, 2022 at 16:36

14

Solved

I'm no noobie to PyCharm. But I can't get the Windows 10 cmd.exe to launch from the "Terminal:" tab. I've located & tried both cmd.exe on my Win10 x64 machine: ...but keep getting the same m...
Fagen asked 26/11, 2018 at 18:44

2

Solved

I use Django framework to create basic web application. I started to write tests for my views. I followed the django documentation and fixed some issues along the way. But now I am stuck - I don't ...
Monaural asked 4/10, 2023 at 5:51

7

Solved

I am trying to install the pandas package in pycharm. I get the following error: unable to find vcvarsall.bat (i tried to install via the cmd but also via the project interpreter). I tried to insta...
Scarf asked 7/8, 2017 at 14:5

4

I have a poetry project that is not using setuptools [tool.poetry.dependencies] python = ">=3.9,<3.11" opencv-python = "^4.7.0.68" tensorflow-macos = "^2.11.0" t...
Dogoodism asked 1/2, 2023 at 9:9

6

Solved

I read all the topics about, but I cannot solve my problem: Traceback (most recent call last): File "/home/.../.../.../reading_data.py", line 1, in <module> import pandas as pd ...
Sannyasi asked 14/7, 2016 at 14:3

2

Is there a way to do this in IntelliJ or PyCharm I have huge constants file and want to be able to easily read through it alphabetically.
Vinegarette asked 5/2, 2020 at 17:46

5

Solved

I installed PyCharm and enabled PEP8 checks in Inspections. If I write: def func(argOne): print(argOne) The IDE shows me this warning: Argument name should be lowercase There is no option to ig...
Clearway asked 15/10, 2015 at 16:0

21

I have a flask project I am trying to debug (this was working absolutely ok till few hours ago) - When I debug the project, I see the following : Connected to pydev debugger (build 135.1057) /User...
Lachus asked 10/12, 2014 at 12:7

1

Solved

PyCharm suddenly changed the way it shows the stack trace on the run tab and does not let me click on the exception (or anywhere else) and go to the specific point of the error file anymore. How ca...
Flyleaf asked 11/6 at 6:24

6

Solved

I have recently started a new project in PyCharm, finally utilizing anaconda environments. However, after trying to make my first commit through PyCharm, it appears to be using my native python, no...
Adenocarcinoma asked 24/6, 2019 at 20:37

3

I'm seeing that assertion messages do not seem to be displayed if the assertion occurs in a helper method within the same module as my test when in PyCharm. This only seems to be happening in PyCha...
Adelaidaadelaide asked 28/10, 2022 at 11:36

6

The issue I am facing has to do with how I can force the 'Run' window to show all columns of a given pandas dataframe, without fitting it to the size of the window (which happens for me either by t...
Gauge asked 6/4, 2019 at 0:53

3

Solved

When debugging a code in Pycharm is there a way to save current state before proceeding forward? That way I do not have to re-process everything that was already debugged if there is a bug downstre...
Intercollegiate asked 15/8, 2018 at 13:20

11

Solved

I've tested code that requires root access in pyCharm by running sudo pycharm.sh but this is not the way I would recommend of doing so. I know it's possible to debug with sudo privileges by runnin...
Prasad asked 13/1, 2013 at 0:41

1

Autocomplete is slow for some python modules, for example for numpy: https://www.youtube.com/watch?v=gcAjEElSUCc It usually takes a second or two for autocomplete to start showing possible autoc...
Interactive asked 25/4, 2016 at 17:23

© 2022 - 2024 — McMap. All rights reserved.