Lingvisa
- 活动总数 141
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 52
-
已编辑于 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... -
创建于 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... -
创建于 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. -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 Why doesn't debugger stop at breakpoints inside certain functions?
For example: def tokenize_pairs(pt, en): ### I set a break point here but it doesn't stop! pt = tokenizers.pt.tokenize(pt) pt = pt.to_tensor() en = tokenizers.en.tokenize(en) en = ... -
创建于 How to automatically get output file from remote machine to local machine?
已回答I set up a remote interpreter on an ubuntu machine and work on my local Mac. My code needs to generate an output file every time I run the program. However, it generates the output file on the remo... -
已编辑于 How to get old behavior when using git 'show diff'?
已回答I just upgraded to Pycharm 2021.2 and found an annoying change: In 'local changes', if I click 'show diff' on a file, it used to pop up a window with two split panels to show the diffs with a muc... -
创建于 Why does Pycharm not have regular expression search as previous versions do?
In the search box above text editor, it used to have options to use RE search or not, but now the version I am using (Mac, 2020.2) doesn't have the RE search. Why is that? And How can I get it back?