OpenAdapt
OpenAdapt copied to clipboard
[Bug]: `poetry postinstall` fails
Describe the bug
poetry install
...
poetry postinstall
...
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
To Reproduce
Windows 11 on Parallels for Mac M2.
Workaround:
winget install --id Microsoft.VisualStudio.2022.BuildTools --accept-package-agreements --accept-source-agreements
Edit: modify to install C++:
This should be included in the readme
@lectrician1 please feel free to submit a PR!