I am using Visual Studio 2019 just upgraded my python version from 3.10.11 to 3.12.6 and now I get this message every time I start any program in 3.12:
“This version of python seems to be incorrectly compiled (internal generated filenames are not absolute). This may make the debugger miss breakpoints. Related bug: http://bugs.python.org/issue1666807”
VS is configure to the right environment and interpret. I also tried updating everything and deleting everything and starting from scratch. Still same error.
I have set the environment variable to the 3.12 path and reinstalled the version but the issue persist. The same this happens on python version 3.11.
I downloaded the lastest python version from https://www.python.org/.
3