17 questions from the last 30 days
7
votes
1
answer
815
views
How to fix this:Type alias is not generic or already specialized
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.
...
1
vote
1
answer
112
views
How can I remote-debug a Python app running in Docker from PyCharm Professional?
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 ...
2
votes
1
answer
104
views
Can't see my_project settings in PyCharm Community Edition 2025.2.3
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 ...
2
votes
0
answers
90
views
gdal module not found even when configured in conda env
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 --...
1
vote
1
answer
65
views
EDL generation with python 3.10 (imagehash & numpy) produces complete nonsense on a greater amount of files
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 ...
2
votes
1
answer
45
views
Is it possible to enable PyCharm external documentation hotkey from the Evaluate window?
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 ...
Tooling
1
vote
2
replies
42
views
PyCharm doesn't highlight problem files/directories in the files tree
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 ...
0
votes
1
answer
82
views
PyCharm keeps using a non-existent Python 3.14 interpreter even after removing it from the system
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 ...
0
votes
0
answers
8
views
How to expand Windows environment path variable in PyCharm Run/Debug Configurations? [duplicate]
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 ...