You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for adeft
Failed to build adeft
ERROR: Could not build wheels for adeft, which is required to install pyproject.toml-based projects
(.venv) c:\Users\akona\OneDrive\Dev\OntoGPT>
The text was updated successfully, but these errors were encountered:
Hi @konashevich - issues with adeft I've encountered with this software in the past had to do with missing libgcc - see #306 (comment)
Does the install work if you install the MS C++ build tools from https://visualstudio.microsoft.com/visual-cpp-build-tools/ ?
I think it's possible to install and link the compiler library on Windows independently of the build tools.
This is a dependency of a dependency, so it may also be possible to make it optional if it causes install issues.
returns error when installing using any of the following commands:
pip install ontogpt
pip install ontogpt[web]
pip install ontogpt[gpt4all,web]
Text of the error:
The text was updated successfully, but these errors were encountered: