Since updating my Python installation to Version 3.14, I've been getting an r(7100); error ("unable to initialize or release Python environment") when trying to invoke the interactive environment from the command prompt python or python:.
When I execute python query, Python's executable and path are displayed properly in the "set python exec" item, and its dynamic link library, python314.dll, and path are displayed properly in the "library path" item.
Is there some newly introduced incompatibility that anyone knows about? I've discovered to my dismay that PyTensor (and hence PyMC) have been declared incompatible with Python 3.14, and I'm wondering if something analogous got broken with Stata's Python-interface workings as well.
When I execute python query, Python's executable and path are displayed properly in the "set python exec" item, and its dynamic link library, python314.dll, and path are displayed properly in the "library path" item.
Is there some newly introduced incompatibility that anyone knows about? I've discovered to my dismay that PyTensor (and hence PyMC) have been declared incompatible with Python 3.14, and I'm wondering if something analogous got broken with Stata's Python-interface workings as well.

Comment