Some other installation problems on mac ( mac OS 10.13)

Hello,
while installing quandelibc with pip, it fails to build a wheel.
Here the version of python is 3.10

It is maybe the same problem as in the topic Installation fails on Ubuntu even if cmake is installed
I have already git and cmake installed.
Can you help me ?

Hello Kojawak !

Could you please give the full output of this command ?

python3 -m pip -v install quandelibc

Thanks

Hello,
we just released a new version of quandelibc : v0.5.1.
you should be able to install it with

pip install --upgrade quandelibc

and this should fix your installation issue,
let me know if this works !

Hello,
I succesfully installed quandelibc via pip !
Thank you !