OpenAdapt icon indicating copy to clipboard operation
OpenAdapt copied to clipboard

[Bug]: `poetry postinstall` fails

Open abrichr opened this issue 1 year ago • 3 comments

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.

abrichr avatar Jun 23 '24 19:06 abrichr

Workaround:

winget install --id Microsoft.VisualStudio.2022.BuildTools --accept-package-agreements --accept-source-agreements

Edit: modify to install C++:

image

abrichr avatar Jun 23 '24 19:06 abrichr

This should be included in the readme

lectrician1 avatar Jul 02 '24 19:07 lectrician1

@lectrician1 please feel free to submit a PR!

abrichr avatar Jul 04 '24 17:07 abrichr