-
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
problem: how to install in Mac M1 #2
Comments
To be honest, I have never tested the Macbook version myself, since I don't have one... |
thank you very much! |
Hello, thanks for rising the issue. This error is mostly a problem with your Python, maybe the install, maybe the version. Simply try In Python official doc they say this method support POSIC OS, so in macOS it theoretically should work. And I tested it works in my laptop. This refer may help: https://docs.python.org/3/library/subprocess.html. |
Same problem here... I triple checked, and all dependencies are installed. @cbhua @yellowpeachw , did you find a solution? MacBook-Air ~ % cd arcsim Password: |
On a Mac you can use homebrew to install scons: brew install scons That will get you past this error, but many many more after that. I'm not sure it will be possible to get this code to build on a Mac without a massive effort. |
We haven't used this in a while, but as you mentioned @charles-owen it may be a lengthy process given the differences in repos between Mac and Linux (ps: also M1 Macs will most probably have slightly different requirements). If you find a way to make it work, feel free to contribute :) |
Hello, I have just met some problems in running the install.sh in m1 Mac. when run 'make' in the dependencies folder, it comes with an AttributeError: 'module' object has no attribute 'getoutput', could you tell me what's the problem?
The text was updated successfully, but these errors were encountered: