Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [pycharm]

PyCharm is an integrated development environment (IDE) for Python. It is developed by JetBrains for Windows, Mac OS X and Linux. DO NOT use this tag on questions regarding code which merely happens to be written using PyCharm, use the appropriate language tag [python] instead.

0 votes
0 answers
7 views

Running odoo locally using Pycharm on windows 11

I was running odoo using the command from the odoo documentation, but now I want to run it from Pycharm, I followed all the steps needed but it still gives me this error when I run. I opened the two ...
Mohamed Hussien's user avatar
0 votes
0 answers
37 views

"No errors found by the IDE" in problems tab

My PyCharm always shows: "No errors found by the IDE" I don't open power save mode. I don't know why. I even reinstalled PyCharm and shut down all plugins, however, my idea doesn't work ...
NSCola's user avatar
  • 9
1 vote
0 answers
20 views

pycharm Unresolved attribute reference 'astype' for class 'ndarray'

Q: How can I fix the bug where Pychram warns about numpy.ndarray attributes? The code runs with no problem, however pycharm keeps giving this warning Unresolved attribute reference 'astype' for class '...
Electron X's user avatar
-2 votes
0 answers
33 views

Running a hello world program with Tensorflow gives me this error

I use Pycharm IDE to run Python programs. I have successfully installed TensorFlow package without problem but when I try to run the program ( a simple hello world program) it gives me this long error!...
Mira's user avatar
  • 17
-1 votes
1 answer
35 views

Python manage.py runserver No such file or directory

enter image description hereenter image description here I have learned the lesson and applied all the steps, but the page did not appear to me as in the lesson. It is expected that the server should ...
Ms One's user avatar
  • 1
0 votes
0 answers
10 views

Title: CSV Files Created in PyCharm Show Only Headers, No Values

I'm working on a data analysis project in PyCharm and have been creating and manipulating CSV files. However, when I open these files, they only display the headers and not the actual data values. The ...
Vijayant Raj Singh Raghav 's user avatar
0 votes
0 answers
18 views

Pycharm unable to recognize clr.AddReference()

Issue: I need to use the AddReference() function from the clr module that is included in the pythonnet library. The clr module is located in a file called clr.pyd Upon importing the clr module, ...
Python_lover_'s user avatar
-1 votes
0 answers
27 views

VS Code does not recognise python.exe whereas Pycharm found it straight away [closed]

i have downloaded 312 python , vs code and pycharm Pycharm worked straight away. VS Code will not recognise the python interpreter. I have reinstalled python and vs code I have set default path to ...
user26452418's user avatar
-2 votes
1 answer
25 views

Change format of xaxis labels in pyplot [closed]

I'm trying to reformat the x-axis and nothing I'm trying is working when I use: import pandas as pd import matplotlib.pyplot as plt z = pd.DataFrame([[2000,1,2],[2001,2,3],[2004,5,6]]) z=z.set_index(0)...
greylock's user avatar
0 votes
0 answers
24 views

Running the Pycharm Debugger with a Docker/Django/Notebook setup?

I feel like I am missing some foundational truth about how Pycharm works, so I wanted to lay out how I develop and what I'm looking for. I'm running a SvelteJS project with a Django backend. I usually ...
Lauren Boland's user avatar
0 votes
0 answers
12 views

How to "reset" PyCharm run window to have both debugger and output load into the same window?

Previously, whenever I used PyCharm, my debug window and my output window would load in the same window, instead of them loading in separate windows (see the screenshot below). I also have to ...
OO seven's user avatar
1 vote
0 answers
13 views

PyCharm breakpoint in Ipython console not triggering

I have two python scripts, test_breakpoints.py and test_breakpoints_import.py (see below), with breakpoints set in PyCharm. The former script imports a function from the latter. When using the ...
silence_of_the_lambdas's user avatar
0 votes
0 answers
12 views

Add multiple cursors in PyCharm

Is there any way by which I can add multiple cursors in a line at specific place? for e.g. This is the line: print(variable1, variable2, variable3, variable4) how do I add multiple cursors at every ...
Om Soni's user avatar
  • 15
0 votes
0 answers
21 views

I an getting an error in my pycharm while runnning chromedriver()

C:\Users\suchi\PycharmProjects\pythonProject1.venv\Scripts\python.exe C:\Users\suchi\PycharmProjects\pythonProject1\test\demo.py There was an error managing chromedriver (error sending request for url ...
Suchitra Pradhan's user avatar
0 votes
1 answer
13 views

PyCharm remote deployment with screen affects serial interface

I have a flask app.py that I'm developing on my local machine. The flask app uses a serial interface (pyserial) that is connected to a remote machine. I setup PyCharm for remote deployment on the ...
Knyq's user avatar
  • 15

15 30 50 per page
1
2 3 4 5
1136