Hi Everyone,
I am using Stata 18 on Windows 11 and am looking to run python code on the program however Stata is unable to recognize python and gives the following errors:

Python even appears in the environment:

I installed Python with a custom path and checked the option where it says to add to PATH as mentioned in the Stata blog by Chuck as well.
Will be great if anyone from the community or Stata support can assist.
Thanks.
I am using Stata 18 on Windows 11 and am looking to run python code on the program however Stata is unable to recognize python and gives the following errors:
Code:
. python query minimum Python version required is 2.7 r(111); . python search minimum Python version required is 2.7 r(111); . set python_exec "C:\Python312\python.exe" failed to set the specified Python version. Unable to find the shared library. r(601);
Python even appears in the environment:
I installed Python with a custom path and checked the option where it says to add to PATH as mentioned in the Stata blog by Chuck as well.
Will be great if anyone from the community or Stata support can assist.
Thanks.
Comment