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?
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 thecmake
depencency?