windows Pycharm runs remote python file using ssh configuration, but the "script path" of the the .py file is not correct (as show in the picture below). Does any 大佬(great master in chinese) know how to solve this problem? thanks so much
已回答
there are some garbled in script path:

请先登录再写评论。
Hi, would you mind creating a ticket in PyCharms bug tracker https://youtrack.jetbrains.com/issues/PY and attach idea.log file from Help | Show Log in ...? The ticket visibility level can be restricted so it will be easier to discuss the problem there.
Meanwhile, would be great to check your interpreter (Settings | Project ... | Project Interpreter) and deployment (Settings | Build, Execution, Deployment | Deployment) settings. Perhaps they will reveal the problem root.
Can't recall any similar issues, unfortunately.
Thanks for your help, I have solved this problem by doing the editing and running process in the local workspace, which is mapping to a remote address.
Even though, I will also try your advice
Thanks again~