0
I have a problem related to setting the Pydev interpreter in eclipse, every time I try to give Run, the following error appears:
"Unable to get project for the run"
Has anyone ever made that mistake using the eclipse?
0
I have a problem related to setting the Pydev interpreter in eclipse, every time I try to give Run, the following error appears:
"Unable to get project for the run"
Has anyone ever made that mistake using the eclipse?
0
In compiler/interpreter settings, you must pass the python interpreter path. Pydev does not see fully configured.
Follow the image template below and the link to Handbook:
Browser other questions tagged eclipse python-3.x pydev
You are not signed in. Login or sign up in order to post.
So, I had already made this configuration, following the instructions of this link here: http://www.pydev.org/manual_101_interpreter.html , but I still could not. I decided to uninstall and delete all the eclipse files from my computer and reinstall it. It worked :) But thank you so much for your attention.
– Mmxm