Skip to main content
Filter by
Sorted by
Tagged with
7 votes
1 answer
815 views

As shown in the image, I got a warning in PyCharm at the list index positions like [0][1][2].... The program still runs, but I don't understand what this warning means or how to resolve it. ...
Shadow Kas's user avatar
1 vote
1 answer
112 views

I’m trying to remote-debug a Python service that runs inside a Docker container using PyCharm 2025.2.3 on macOS. I do have an active license, but the IDE no longer shows any obvious way to attach to a ...
Joy's user avatar
  • 4,553
2 votes
1 answer
104 views

I'm doing Angela Wu's course on Ubuntu. At day 16 she explains how to install a package into your project. (This one https://pypi.org/project/prettytable/) Then she proceeds to show how to do that in ...
Kristodian Brizinskiy's user avatar
2 votes
0 answers
90 views

I have created a conda env and configured it in pycharm. I have installed all the libraries I need with conda command, and can also see them in output of 'conda list' as well as gdalinfo. gdalinfo --...
Mandroid's user avatar
  • 7,778
1 vote
1 answer
65 views

I have a directory of ca. 1600 PNGs (1000x400 res. previews of frames) and want to generate an EDL so I do not have to render the same frame several times. So far, I have successfully run the ...
Rain's user avatar
  • 21
2 votes
1 answer
45 views

PyCharm supports customisable lookups of library functions and methods via hotkeys, which are set in the Settings -> Tools -> Python External Documentation and some entry examples are here. And ...
halt9k's user avatar
  • 1,055
Tooling
1 vote
2 replies
42 views

I'm just amazed, but is there really no function for highlighting directories and files with problematic code? The thing is, in one of my projects, I used JS in PyCharm, and there is a linter called ...
Artem Filippov's user avatar
0 votes
1 answer
82 views

I’m on Windows 11 and originally had two Python installations: 3.14 and 3.9. Both were installed and added to the PATH. After setting up PyCharm 2025.2.4, I started getting this error when creating a ...
Alex's user avatar
  • 1
0 votes
0 answers
8 views

How to expand Windows environment path variable in PyCharm Run/Debug Configurations, in the fields named Script parameters or additional pytest/test options? It's not an exact 1:1 duplicate of this ...
halt9k's user avatar
  • 1,055