OpenAdaptAI / OpenAdapt

AI-First Process Automation with Large ([Language (LLMs) / Action (LAMs) / Multimodal (LMMs)] / Visual Language (VLMs)) Models
https://www.OpenAdapt.AI
MIT License
733 stars 93 forks source link

[Bug]: `poetry postinstall` fails #794

Open abrichr opened 5 days ago

abrichr commented 5 days ago

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 commented 5 days ago

Workaround:

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

Edit: modify to install C++:

image