emscripten-core / emscripten-core/emsdk
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
- Dominant language
- Python
- Stars
- 3.7k
- Forks
- 821
- Avg merge
- 1h 25m
- Merged PRs (30d)
- 3
Description
The bundled Python is not found by `emcmake` !
It's folder was added manually into the `PATH` variable but it is still "not found". How is it possible ?
```
D:\Temp\2>emcmake cmake . -G "MSYS Makefiles"
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
```
```
D:\Temp\2>echo %PATH%
/* a lot of stuff here */;D:\msys64\usr\bin;D:\Temp\1\emsdk;D:\Temp\1\emsdk\node\16.20.0_64bit\bin;D:\Temp\1\emsdk\upstream\emscripten;D:\Temp\1\emsdk\python\3.9.2-nuget_64bit;
```
```
D:\Temp\2>cd D:\Temp\1\emsdk\python\3.9.2-nuget_64bit
D:\Temp\1\emsdk\python\3.9.2-nuget_64bit>dir
Volume in drive D is G-500
Volume Serial Number is ****-****
Directory of D:\Temp\1\emsdk\python\3.9.2-nuget_64bit
02.12.2023 16:14 .
02.12.2023 16:14 ..
02.12.2023 16:14 26 .emsdk_version
02.12.2023 16:14 DLLs
02.12.2023 16:14 include
02.12.2023 16:15 Lib
02.12.2023 16:14 libs
02.12.2023 16:14 32 628 LICENSE.txt
02.12.2023 16:14 101 552 python.exe
02.12.2023 16:14 59 568 python3.dll
02.12.2023 16:14 4 457 136 python39.dll
02.12.2023 16:14 100 016 pythonw.exe
02.12.2023 16:14 Tools
02.12.2023 16:14 94 088 vcruntime140.dll
02.12.2023 16:14 36 744 vcruntime140_1.dll
8 File(s) 4 881 758 bytes
7 Dir(s) 359 241 998 336 bytes free
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.