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

M1: pip install proposal on MacOS only works with manual pip install cmake #340

Open
Jean1995 opened this issue Jan 16, 2023 · 2 comments
Open

Comments

@Jean1995
Copy link
Member

After conan solved the issue with boost on M1 (see here), pip install proposal should basically work now.

However, pip install proposal still fails with an error from pip:

      error: You need cmake >= 3.16

If I maunally do pip install cmake, and try pip install proposal again, then this error doesn't appear anymore.
I thought that pip would automatically solve the cmake depencency?

@maxnoe
Copy link
Member

maxnoe commented Jan 16, 2023

Yes it should. Does the pypi distribution for some reason not contain pyproject.toml? Or is the pip Version ancient?

@maxnoe
Copy link
Member

maxnoe commented Jan 16, 2023

Seems to be this issue: scikit-build/cmake-python-distributions#324

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

No branches or pull requests

2 participants