-
Notifications
You must be signed in to change notification settings - Fork 145
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
[BUG] Failed building wheel for datrie #2215
Comments
@hmamine , we don't have enough information to help diagnose your problem. What version of anvi'o? What operating system version? What is your architecture (intel or M1/M2 mac)? In addition, since And finally, I would suggest trying the solutions recommended here: https://anvio.org/install/macos/stable/#issues-with-the-c-compiler It is a similar problem, so one of those solutions might work. |
@ivagljiva , thank you, I have indicated these below |
Hmm, I wonder if the issue has to do with the discrepancy between your computer architecture (M2, which is ARM) and the clang target architecture (which is showing up as However, I also notice that you are using miniforge rather than miniconda. We only test our installation instructions with miniconda, so the instructions as written may not work for your setup. |
The only potential solution I can think of at the moment is to re-install clang and try again. |
Thanks to @mjfos2r, we found a workaround. 😊 |
Great! Very glad you solved it :) |
Short description of the problem
I tried to install anvio on macOS and ran into the issue Failed building wheel for date.
I appreicate your input.
anvi'o version
clang: error: unsupported argument 'core2' to option '-march='
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
The text was updated successfully, but these errors were encountered: