You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the following setting to build system for Python in Sublime. It worked perfectly until Python 3.11. I tested the same settings for Python v3.8, 3.9 and 3.10.9. They are all working. Since v3.11.1 (and the latest v3.12), it gives an error: "Unable to create process using '"C:\Users\xxx\AppData\Local\Programs\Python\Python311\ -3" -u "c:\My Drive\abc.py"': The system cannot find the file specified."
Dir Python\Python311 has already been added to the system path. Looks like terminus can't find py.exe under the system path.
Sublime is build4152.
The same settings for all versions of the build system:
I use the following setting to build system for Python in Sublime. It worked perfectly until Python 3.11. I tested the same settings for Python v3.8, 3.9 and 3.10.9. They are all working. Since v3.11.1 (and the latest v3.12), it gives an error:
"Unable to create process using '"C:\Users\xxx\AppData\Local\Programs\Python\Python311\ -3" -u "c:\My Drive\abc.py"': The system cannot find the file specified."
Dir Python\Python311 has already been added to the system path. Looks like terminus can't find py.exe under the system path.
Sublime is build4152.
The same settings for all versions of the build system:
After I commented the first 3 lines for terminus settings, the default build system works for Python 3.11 and 3.12.
Please help!
The text was updated successfully, but these errors were encountered: