-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cannot access Adoptium on Mac M2 #135
Comments
Following up on this, I looked at the different Adoptium releases, and there is Still, it seems with the M2, |
As a temporary workaround jdk.install() has a named parameter called arch. You can pass in the architecture of your choice with arch=Architecure.AARCH64. I will need to update the Adoptium architecture detection to account for this. |
@buchholzmd this has been fixed in version 1.1.0 |
Hello, I am trying to install
jdk
on my new mac and recieve a 404 error when trying to runjdk.install('17'))
.I can run
jdk.install('17', vendor='Azul'))
as well as access that link directly in web browser.However, for Adoptium, when running
jdk.get_download_url('17')
I get the following link for mac arm, which cannot be accessed from a web browser:https://api.adoptium.net/v3/binary/latest/17/ga/mac/arm/jdk/hotspot/normal/eclipse
However, I changed to this architecture and this url works:
https://api.adoptium.net/v3/binary/latest/17/ga/mac/aarch64/jdk/hotspot/normal/eclipse
Any help for quickest way to setup on Mac M2 would be great and thanks in advance
The text was updated successfully, but these errors were encountered: