-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issues with development environment on Mac OS X #346
Comments
Tried moving
`pip install -e .` error
|
hi @olgabot I ran this today, and it all worked for me - here's my info:
It's an old version of Mac OS X tho. Maybe @bluegenes can give it a try - she uses a Mac, but I'm not sure what kind (ARM or whatnot). You might also take a look at the conda-forge feedstock for inspiration, since it compiles packages for both x86 and ARM Mac OS X. The relevant PRs are conda-forge/sourmash_plugin_branchwater-feedstock#3 and conda-forge/sourmash_plugin_branchwater-feedstock#5 - neither one was very pleasant 😅 |
Here's my
I can try installing on my M1 mac to see if intel is the problem, but not sure when I'll get to this as adding new moltypes isn't yet mission-critical for me. I was hoping #337 was a "simple" fix ... 😅 |
Looking back at my error, I noticed that maturin seemed to be building for iPhone instead of MacOS, because the error contained From PyO3/maturin#1742 (comment), I saw that you could specify
And it worked! I don't know how Full installation output
|
fantastic!! thanks for sharing and please leave this issue open for a bit 😆 |
Here is the maturin develop output
|
FYI to get
For some reason, the MacOS deployment target was getting set at 10.7 on my machine, so I think somehow this line in the
|
note similarity to build breakages over in conda-forge/sourmash_plugin_branchwater-feedstock#15. |
I've debugged multiple OS X problems in the last month, on my laptop and on conda-forge; this has been a helpful issue but the breakages have been caused by a wide range of things. So I'm closing this until I can nail down something specific to do to fix this generally :) |
Hello,
Hope you are well! I am having trouble getting the development environment set up for this following the developer docs
`pip install -e .` error
`maturin develop` error message (last few lines because it's 1000s of lines)
Do you have a sense of what could be going wrong? I do have two Rusts installed on this machine, but the
conda
-installed one should take precendence:Thank you so much!
Warmest,
Olga
EDIT: Added full error message for
pip install -e .
error.The text was updated successfully, but these errors were encountered: