PyCharm Professional Edition not recognized in remote development setup
I have a Windows machine running PyCharm Professional Edition (confirmed via Shift+Shift > About showing "PyCharm 2024.3.1.1 (Professional Edition)" with a student pack license. However, when connecting to my headless linux server via remote development:
- The PyCharm backend server gets downloaded automatically
- When opening a project remotely, Shift+Shift > About only shows "PyCharm 2024.3.1.1" without the Professional Edition designation
-
Process list on the server shows Professional Edition is running:
username 2890872 470 5.9 7540900 2907912 ? Sl 14:57 2:25 /home/username/.cache/JetBrains/RemoteDev/dist/9e53f9d1f7e88_pycharm-professional-2024.3.1.1/bin/remote-dev-server
- Same issue occurs with WSL remote development
- Manually specifying PyCharm Professional Linux download link as backend doesn't resolve the issue
- As a result, features like Jupyter Notebook support don't work on the remote server, while they work fine locally on Windows
- Windows

- WSL

- Headless Linux

请先登录再写评论。
Hi Mca1n17,
This appears to be a known issue PY-71195, unfortunately. Please vote for it and feel free to comment. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
Many thanks Mikhail Tarabrikov.