-
Notifications
You must be signed in to change notification settings - Fork 5
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
Installation error on macOS (both with arm64 and x86_64 conda environments) #10
Comments
Hi @honamnguyen, thank you for the interest! Unfortunately, as I don't have a mac machine, I don't think I can fix this issue at the moment. Instead, I would like to suggest you use
will work. |
Hi Chae-Yeun, thank you for the quick reply! After figuring out the right
I also tried different combinations of C compiler and C++ compiler between Output for `CXX=clang++` (successful build)
Output for `CC=clang CXX=clang++` (unsuccessful build)(qcircuit64) honamnguyen@Nams-MacBook-Air UnionFind % CC=clang CXX=clang++ python setup.py install |
Thanks for the details! I tried to make a wheel for Mac M1 (you may see artifacts here). Could you install this directly (with e.g. https://stackoverflow.com/a/64450982/2470172)? Ideally, I think it is time to upload wheels to PyPI (for pip). |
So I copied the file to the UnionFind folder and tried Having this on Thank you for spending the time on this! |
Hi, I uploaded wheels to PyPI (currently only for Mac and Windows). You can now just install it with |
When following the installation instruction (with an additional step of
conda install cmake
), I ran into the following error. Any suggestion on what went wrong? Thanks!Output (click to expand)
The text was updated successfully, but these errors were encountered: