PyCharm project configuration for working on a project in multiple Windows 11 PCs and Apple MAC
Hello,
I am a solo programmer. I have created a project on one Windows 11 PC.
I am using git version control.
I pushed my project to GitHub.
I went to another PC and opened PyCharm community edition.
I selected clone project, which appears to be cloned successfully from GitHub.
The status bar in the bottom right corner of PyCharm identifies that PyCharm has configured the Python 3.13 interpreter.
However, when I examine the interpreter, it is marked invalid.
That makes sense because there is no .venv directory.
Therefore, I select New Interpreter Python 3.13.3.
It appears to succeed; however, the interpreter is marked invalid.
So, I select an existing interpreter and locate python.exe in the .venv directory.
Again, the interpreter is marked invalid.
I suspect the. idea file?
When I clone to an Apple Mac, I experience a similar situation.
I am requesting assistance configuring the original project file on the Windows 11 PC to enable it to be cloned to other Windows 11 PCs and Apple PCs.
Post is closed for comments.
Hello Carl_Ty , this issue requires thorough investigation, please create an issue on YouTrack, attach all relevant information for quicker resolution (including screenshots demonstrating it along with IDE logs from Help | Collect Logs and Diagnostic Data).