I was forced to remove my Anaconda installation by the IT-department and re-install a packaged version of Python. And now Stata can't seem to find any python environment at all.
The excutable files are located here: C:\Users\johve\AppData\Local\Microsoft\WindowsApps \PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0
In this folder I have abunch of executables: python.exe python3.exe python3.9.exe etc...
So when i type
all I get is:
Stata canät seem to forget the old installation:
... and setting the new executable is not working:
Thanks for the help!
The excutable files are located here: C:\Users\johve\AppData\Local\Microsoft\WindowsApps \PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0
In this folder I have abunch of executables: python.exe python3.exe python3.9.exe etc...
So when i type
Code:
python search
Code:
. python search ------------------------------------------------------------------------------------------------ Python environments found: ------------------------------------------------------------------------------------------------ .
Code:
. python query ------------------------------------------------------------------------------------------------ Python Settings set python_exec C:\Users\johve\AppData\Local\Continuum\anaconda3\python.exe set python_userpath Python system information initialized no version 3.7.4 architecture 64-bit library path C:\Users\johve\AppData\Local\Continuum\anaconda3\python37.dll
Code:
. python set exec "C:\Users\johve\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.P > ython.3.9_qbz5n2kfra8p0\python.exe" file C:\Users\johve\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5 > n2kfra8p0\python.exe not found r(601); .
Comment