error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools" #2183
Closed
bmartins-EUDA
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Thanks for reaching out. There are a bunch of issues already discussing this that might give you additional help. Other than that, I did create a small guide discussing this for https://llm-book.com that you can find here: https://github.com/HandsOnLLM/Hands-On-Large-Language-Models/blob/main/.setup/conda/common_issues.md |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear community,
I have followed plenty of articles (see below) on solving this issue, which seems to have been reported many times in the past, but unsuccessfully.
https://www.scivision.dev/python-windows-visual-c-14-required/
https://github.com/bycloudai/InstallVSBuildToolsWindows?tab=readme-ov-file
Build tools are install using the following command:
vs_buildtools.exe --quiet --wait --norestart --nocache --includeRecommended --includeOptional --add Microsoft.VisualStudio.Component.Windows10SDK.20348 --add Microsoft.VisualStudio.Component.VC.14.30.17.0.x86.x64 --add Microsoft.VisualStudio.Component.Windows11SDK.26100 --add Microsoft.VisualStudio.Workload.VCToolsThe full log is here:
Is there any special trick to make this work?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions