Windows: Winget Installation - python3.dll missing
Open
- Dominant language
- C++
- Stars
- 13.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
I use Powershell. I installed watchman with winget
```
$ watchman-make -p 'src/**/*.{html,css,ts,tsx}' -c './bin/build.sh'
warning: 3 unable to set DLL search path for C:\tools\fb-python\fb-python36\
warning: 3 unable to set DLL search path for C:\tools\fb-python\fb-python37\
warning: 3 unable to set DLL search path for C:\tools\fb-python\fb-python38\
error: 126 unable to locate python3.dll
error Command failed with exit code 1.
```
I even tried to install python3, it doesn't detect python3.dll. I assume it search on these three directories.
Contributor guide
Assessment
This issue has not been assessed yet.