I am using a macbook pro 15 as local machine and I have a remote server running ubuntu 14.04
I want to use the remote intepreter to run all the computation but I want t
I'm running PyCharm 2018.3
First, I didn't have the [Errno 2] No such file or directory
problem. Then I had the problem out of nowhere.
The issue arose when I did:
By doing the steps above, I had [Errno 2] No such file or directory
problem.
The reason is that the folder is not automatically synced to the remote server (a bug?), nor could I find a way to configure it to sync. Configuring Deployment
and Path Mappings
did work, but it's too much manual labor and prone to error.
All I had to do is to add a new remote interpreter, despite that identical configurations already exists previously. (To be safe, I did remove the old ssh interpreter and the old deployments, also removed .idea folder) Then everything worked as expected.