-
Notifications
You must be signed in to change notification settings - Fork 461
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
macOS / arm64 #306
Comments
hi, this was very informative and helpful. when can we expect this to get merged? |
@BrianMusson this is already merged, you can use it like this: TFENV_ARCH=arm64 tfenv install 1.0.2 Note that 1.0.2 is the first release that was compiled for macOS arm64. Earlier versions will fail with a 403 error. |
@danielcompton yea, that works, but it would be nice if Though it seems that that's already the case as of d22ffb4 and abd0f46, but those commits weren't released (yet); so I guess all we have to do is to wait for next release to happen (and set local |
Just ran into this, and following the README.md I used
Into my |
It would be nice if 'tfenv' either didn't show anything older than 1.0.2 when used on Mac arm64 or just displayed a warning about this. |
Or better yet, would fetch and compile older versions upon request when it hits a 404 on the precompiled binary. |
In case someone else wonders,
tfenv
does support ARM architecture on macOS when setting aTFENV_ARCH
env var toarm64
.As @kamatama41 said in the MR that introduced this env var, it should probably be resolved using
uname -m
rather than defaulting toamd64
The text was updated successfully, but these errors were encountered: