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
Hello everyone, I'm new to localGPT (and GitHub, to be honest). While trying to install the requirements in a new Python virtual environment on my Apple SIlicon Macbook, I encountered the following error when getting the requirements to build a wheel for onnx:
AssertionError: Could not find cmake executable!
In case anybody encounters this error, I solved it by installing cmake using pip3, but I assume this could be added to the requirements to be installed
Edit:
I was still encountering the following error later on:
ERROR: Failed to build installable wheels for some pyproject.toml based projects (onnx)
Following the suggestion here, I uninstalled cmake with pip3 and reinstalled it with brew. This seems to have done the trick
The text was updated successfully, but these errors were encountered:
Hello everyone, I'm new to localGPT (and GitHub, to be honest). While trying to install the requirements in a new Python virtual environment on my Apple SIlicon Macbook, I encountered the following error when getting the requirements to build a wheel for onnx:
In case anybody encounters this error, I solved it by installing cmake using pip3, but I assume this could be added to the requirements to be installed
Edit:
I was still encountering the following error later on:
Following the suggestion here, I uninstalled cmake with pip3 and reinstalled it with brew. This seems to have done the trick
The text was updated successfully, but these errors were encountered: