Lingvisa
- 活动总数 141
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 52
-
Lingvisa 创建了一个帖子, Can I still have the option "Use non-modal commit interface"?
The latest version 2025.3 doesn' t have this option any more. I can't find the local change list in the lower section and above it, it is Project view. I can only bring the local change list view t... -
Lingvisa 创建了一个帖子, PyCharm is very slow or unresponse or fronzen after I upgrade to MacOS Tahoe 26.1
My Pycharm version:PyCharm 2024.3.2 (Community Edition)MacOS:Tahoe 26.1Does it help if I upgrade to 2025.3 Community as shown here: https://www.jetbrains.com/pycharm/download/other.html?_cl=MTsxOzE... -
Lingvisa 创建了一个帖子, Why is "conda executable is not found"?
My PyCharm: PyCharm 2023.1.2 (Community Edition), Build #PC-231.9011.38, built on May 16, 2023 OS: Mac I can't configure a conda interpreter, and my conda path by 'which conda': /Users/martin/minic... -
Lingvisa 创建了一个帖子, kernel_task makes it very slow
Sometimes, after I started PyCharm, the CPU usage is extremely high due to kernel_task as shown in performance monitor. I use PyCharm to write .py files. If I close PyCharm, usage comes down. Any... -
Lingvisa 创建了一个帖子, How to terminate program within PyCharm when running the program from command line terminal?
For example, how to terminate it as shown the screenshot above? I can't terminate without shutting down Pycharm? I am on MacPro. -
Lingvisa 创建了一个帖子, 已回答Why doesn't my Pycharm highlight missing symbols in my python files?
For example, if 'span' is missing from your project, my PyCharm doesn't highlight it in red. It only reports missing errors when you actually run the program. This is annoying. How to fix it? imp... -
Lingvisa 创建了一个帖子, How can I prevent PyCharm run pytest?
Sometimes PyCharm run pytest on my application which I don't want. For example, I have two methods: def train(): ... @torch.no_grad()def test(model, x, y): Then In my main function, even if I on... -
Lingvisa 进行了评论, -
-
Lingvisa 创建了一个帖子, My debugger pane got displaced accidentally
I clicked somewhere in PyCharm and suddenly the debugger pane went out of the original place, meaning that it is not placed in the lower section of window any more, but was placed in a separate wi...