M1: pip install proposal
on MacOS only works with manual pip install cmake
#340
Labels
pip install proposal
on MacOS only works with manual pip install cmake
#340
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:If I maunally do
pip install cmake
, and trypip install proposal
again, then this error doesn't appear anymore.I thought that pip would automatically solve the
cmake
depencency?The text was updated successfully, but these errors were encountered: