-1
Good morning, everyone, I’m experiencing a boring situation that I’m having trouble solving. When running the game I’m developing the following image appears:
Everything was fine before, the program was running normal and today I see this. When entering File / Settings / Build,extencions,Deployment / console / python console this appears:
I’m not sure what happened and how to fix it, someone there has some idea?
you need to put the correct python path. If vc installed via anaconda, open the anaconda terminal and type
which python
that it will print the correct path. Then just replace the address in the corresponding entry in pycharm– Lucas