Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake missing from requirements #817

Open
Defil1998 opened this issue Jul 11, 2024 · 0 comments
Open

cmake missing from requirements #817

Defil1998 opened this issue Jul 11, 2024 · 0 comments

Comments

@Defil1998
Copy link

Defil1998 commented Jul 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant