-
Notifications
You must be signed in to change notification settings - Fork 224
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
Problem Installing Mac M3 Sonoma #207
Comments
Same problem for. Do the devs can quickly resolve it ? this problem is here this many month |
Thank you for posting your solution. I am on Apple M1 Sonoma 14.4.1 and cannot install the package. My Makevars file has this: And I do have I then ran: However, I am getting the same error as your did above: Any insight on how to fix this would be great! Using brew, I have gcc, gfortran, llvm, and boost. Wondering what else I should try. Thanks! `* installing source package ‘velocyto.R’ ...
|
I am also facing this problem (on Apple M1):
Compiler and libs seem to be there and in place:
|
I believe I've identified the issue, which occurred during the C++ compilation. I added the following to the top of the I have an M3 device.
|
UPDATE:
Resolved the issue.
The Makevars file appeared to be the issue. Using additional variables seemed to be conflicting.
The file had to contain only this:
And
gfortran
had to be located at/opt/gfortran
Hi,
I've been trying to install velocyto.R in a M3 Mac running Sonoma OS but have not been successful.
Here is what I've tried so far:
My
~/.R/Makevars
has:Also, included the following in my
.zshrc
I also included these to the Makevars file but did not make any difference.
Still I continue to have the following error:
Any suggestions?
PS. I also tried downgrading the llvm brew install to version 11.1.0, but got a different error.
Thanks!
The text was updated successfully, but these errors were encountered: