-
Notifications
You must be signed in to change notification settings - Fork 93
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
Support for macOS #11
Comments
Upvote this! I'm working on mac as well, I have a DockerFile but it's really not as easy to develop. Same for colab, great but it quickly reaches its limit. |
It would be great if this worked on mac (and even windows?), so that we could run acme on other OSes as well. |
Docker is your best bet. https://github.com/deepmind/reverb/tree/master/reverb/pip_package There is a desire to support Mac, but we do not use it internally and finding resources to make it work and then setup the same level of testing vs. "hope" it does not break is not easy. I know not everyone likes Docker but I personally love it because it keeps everything in a nice container (ha ha) and I can move it anywhere with limited issues. I also know this is frustrating. If someone got it working we likely would try to setup testing. This does come up about once a quarter at our planning meetings. If it was pure python, it would be easy. |
I will bring this up at our sync tomorrow. Maybe we can provide some
support. Your start is exciting.
…On Fri, Nov 20, 2020, 9:55 PM Feiteng ***@***.***> wrote:
@alaterre <https://github.com/alaterre> I have made a pull request #24
<#24>, can you help me verify it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFTF5MTCGK5GK7T7FR27HY3SQ5I55ANCNFSM4PX6JZ2A>
.
|
@wjkaufman you can try my branch #24 |
I have got the latest version of Reverb to compile for Mac x86_64 and arm64. I could do an MR if people are interested? |
Here you go #128 |
I'm using macOS (Catalina Version 10.15.6) as my main development environment, and it would be great to use Reverb on this OS.
The text was updated successfully, but these errors were encountered: