-
Notifications
You must be signed in to change notification settings - Fork 33
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
Pip failed building wheel (MacOS 13, M1 silicon chip) #1883
Comments
Hi @Begbo95, we provide wheels for macOS M1 (arm64), so I'm not quite sure why it is trying to build from source (which requires compiler and a few other tools that might not be installed by default). I just double-checked on my M1 system, in a python 3.9 conda environment:
What macOS version are you using? |
thanks for the quick reply! |
Ok, I am also on Ventura, and just did the following successfully:
Following the cellxgene install instructions here. Could you please try the steps above just to make sure we are on the same page starting from a clean environment? (Or else, if you are running different install instructions for cellxgene, please link them so I can double-check) |
sorry for the delay. same issue as before:
|
Ok, it looks like your conda environment is defaulting to
|
this ran beautifully :) thanks a lot for your time and help! can i force the arm64 in base, or is that not advised? i like to run Spyder IDE in base (through anaconda) for exploratory data analysis, where envs are a bit finnicky (or at least I'm not well enough trained) |
I would probably reinstall conda with the arm64/m1 installer, to be honest... I would be surprised if it is possible to update |
I'll close this for now, happy to reopen if needed in the future. |
amazing, thanks again! |
a little update: I managed to get it installed in base using |
Hi all,
I'm unable to install tiledb through pip, possibly due to a similar issue as #710 ?
Pip is able to install 0.10.4 without issues, but I'm trying to install cellxgene_census, which calls for 0.24.0.
Is this an issue or am I doing something wrong? (inexperienced coder here, please be gentle :D)
Grateful for advice :)
Cheers,
Bene
The text was updated successfully, but these errors were encountered: