Skip to main content
Filter by
Sorted by
Tagged with
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
2 votes
1 answer
101 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
Advice
0 votes
3 replies
63 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
95 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
7 votes
1 answer
810 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 votes
0 answers
32 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
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
1 vote
0 answers
50 views

When I open the integrated terminal in PyCharm (PowerShell), I get this error: Every time I restart PyCharm, the _MEIxxxxx folder name changes (e.g., _MEI131402, _MEI45642), so copying the file there ...
shkadi's user avatar
  • 11
1 vote
1 answer
111 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
0 votes
0 answers
80 views

I use PyCharm 2025.2.3 (Community Edition). I want to download the package av version 16.0.1, which is the newest version. After I clicked the download icon, it stopped reacting and behaved like this ...
YingKai Niu's user avatar
0 votes
0 answers
52 views

How to avoid spell checking for hex color codes like "#f8cecc" in PyCharm? I would expect PyCharm to not check spelling for color codes. I tried to use # noinspection but it did not work. I ...
Stefan's user avatar
  • 12.8k
-1 votes
1 answer
64 views

I open a PyCharm project (Windows 11) and inside PyCharm I run the terminal to install some requirements: pip install -r requirements.txt However, when opening a Python file from the same project in ...
Alex's user avatar
  • 45k
1 vote
1 answer
82 views

I installed python 3.14 and PyCharm Community Edition 2022.3.3 on my new computer. In the PyCharm's setting, the interpreter is .../python314/python.exe, which is correct. However, when looking at the ...
Michel Michaud's user avatar
0 votes
1 answer
48 views

An unrelated repository exists in git tool window (branches pane) and I would like to remove it. How do I do this? I think the problem came because of the following: originally there were three ...
omsrisagar's user avatar
3 votes
1 answer
136 views

In a blank new PyCharm Project I create a file "runner.py" with following code: import random print(random.random()) Next to this file I create a file "random.py" which stays ...
Silentfury's user avatar
0 votes
1 answer
59 views

I'm trying to replicate a feature from PyCharm in Visual Studio Code and running into trouble. In PyCharm, when I copy a block of Python code and paste it inside a function, class, or loop, the IDE ...
Ido's user avatar
  • 536
0 votes
1 answer
109 views

I have created a venv interpreter using python -m venv venv and another using poetry I pointed pycharm to these interpreters (separately), and it claims to see them Then, running the simplest program ...
Gulzar's user avatar
  • 28.7k
0 votes
1 answer
107 views

I was trying to follow a project in university where we had to import cellpose. The import delivered an error message which could be tracebacked to import torch (see below). Every import was done in a ...
Ehrenmann's user avatar
3 votes
1 answer
192 views

I have a multi-container application managed by a docker-compose.yml file consisting of an ollama, openwebui, and python-dev. I'm working on PyCharm 2025.1.3.1; MacOS Sequoia 15.6.1; Docker 28.1.1, ...
Mike Chase's user avatar
0 votes
0 answers
67 views

background My original project structure is like this: 20240720 # project root ├── tests ├── vnpy # submodule ├── vnpy_clickhouse # submodule ├── vnpy_datafeed # submodule └...
EvanHong's user avatar
2 votes
0 answers
73 views

I would like to create a Bluetooth remote control for my Calliope Mini v2. The Calliope works with BLE (Bluetooth Low Energy), and I wrote the code for it in Python using Makecode. I used a BLE ...
Gartenprofi's user avatar
1 vote
0 answers
83 views

I am using PyCharm 2024.1 (Windows 10) and connecting to a remote Linux server via SSH. On the server, I have Conda installed under ~/miniconda3/. When I first configure the remote interpreter in ...
Jian Rao's user avatar
0 votes
0 answers
40 views

Consider a git repo for a monorepo: it contains a tree of many individual Poetry projects. To get this into operational condition in PyCharm, it appears to be necessary to manually walk through all ...
bmargulies's user avatar
  • 101k
1 vote
1 answer
95 views

I use the dark theme in PyCharm. It works great for everything except one thing. In the terminal when you type parameter for a command that uses a dash such as either of the two following commands: ...
Adam Dewing's user avatar
0 votes
0 answers
143 views

I'm using Pycharm 2025.1.3.1. I created a new project that uses the random package and the turtle package. In one project, turtle classes and methods autocomplete, and in the other, they don't. I've ...
jzadra's user avatar
  • 4,374

1
2 3 4 5
317