Is the python executable in the right path
? Assuming the hon
is your user or driver, could you add C:
to it:
C:/hon/Python311/python.exe
# Or, change the 'hon' to 'C:'
C:/Python311/python.exe
This could also happen because your environment variables are messed up and not setup correctly.
Search for "environment variables" in the Start Menu and select "Edit the system environment variables". Click "Environment Variables...", find "Path" in the System variables section, select it, and click "Edit...". Look for a path that includes your Python installation directory. If it's not there, you'll need to add it.