Skip to main content
0 votes
0 answers
22 views

I switched from using JupyterLab in my browser to Jupyter Notebooks in Pycharm itself since it has improved since my last version. However, I find it quite disturbing that there is a lot of whitespace ...
Confituur's user avatar
  • 495
0 votes
2 answers
125 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
Tooling
1 vote
2 replies
46 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
2 votes
1 answer
106 views

I'm trying to create a function dynamically. Here is an example: import ast import textwrap from typing import Any, Callable, List, Union def create_function( func_name: str, arg_types: List[...
Danila Ganchar's user avatar
2 votes
0 answers
100 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
Advice
0 votes
3 replies
72 views

I’m using the latest PyCharm (2025.2.4). I couldn't find anything like "autopopup code completation". Has this option been moved or removed? Is there any workaround to disable autocompletion ...
deijany91's user avatar
2 votes
1 answer
114 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
1 answer
98 views

I have a project with multiple packages, each containing its own src folder: project/ src/ package1/ pyproject.toml src/ logic/ somestuff.py mymodel1.py ...
Relys's user avatar
  • 85
2 votes
1 answer
49 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,053
9 votes
1 answer
1k 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
3 votes
0 answers
78 views

I have code: import logging from typing import Generic, TypeVar from typing import Self, Any, Type from sqlalchemy.ext.asyncio import AsyncSession from sqlalchemy.orm import Session logger = logging....
Альберт Александров's user avatar
-1 votes
0 answers
36 views

Mac OS 15.6.1 (Also happening on some older versions) PyCharm 2022.2.5 (Community Edition, also happening on some older versions) I have projects containing both python code and groovy/jenkinsfile. ...
Garfield the Grug Brained's user avatar
1 vote
1 answer
123 views

Recently updated to PyCharm 2025.2.3 (from 2024.3) and in a lot of my libraries I see the Package containing module 'sqlalchemy' is not listed in the project requirements (happens for a variety of ...
dg141's user avatar
  • 101
-1 votes
0 answers
11 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,053
1 vote
1 answer
75 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

15 30 50 per page
1
2 3 4 5
1056