Skip to content Skip to sidebar Skip to footer

Cannot Run Program (python) No Such File Or Directory

I was given a code at school to modulate for a research project, but first I would like to run it as it is, unmodulated. Its written in Python, and I use Pycharm CE on Ubuntu 18.04

Solution 1:

You can fix this error by modifying the .idea/workspace.xml file. Search and remove any old interpreters and put the correct one.

Answer inspired by Ryan Elfman's post: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206597295-Why-can-t-I-run-a-script-in-PyCharm-when-I-can-debug-it-I-get-CreateProcess-error-123

Post a Comment for "Cannot Run Program (python) No Such File Or Directory"