Skip to content
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

Doesn't support M1 Macs #12

Open
waded opened this issue Oct 7, 2022 · 2 comments
Open

Doesn't support M1 Macs #12

waded opened this issue Oct 7, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@waded
Copy link
Member

waded commented Oct 7, 2022

As of Hyper API 0.0.15735 it doesn't appear M1 Macs are completely supported by Hyper API. twbxless's /datasources endpoint will work, but others depend on native code in the Java Hyper API lib and cause JNI exceptions when using twbxless's /data endpoint.

See also https://community.tableau.com/s/question/0D58b0000A9YZ1sCQG/arm64e-support-for-libtableauhyperapidylib

@waded
Copy link
Member Author

waded commented Oct 7, 2022

For now, with the updates to Dockerfile coming soon that fix the 404'd Hyper API URL, building with --platform linux/x86_64 suffices. The emulation can be pretty slow, the gradle build in particular.

No great solution for non-Docker build/run on M1 Macs until Tableau adds an M1 version of the Java library far as I know. Tell me I'm wrong!

@waded
Copy link
Member Author

waded commented Oct 8, 2022

Using --platform as a workaround works as of 1d28d6c.

@waded waded added the bug Something isn't working label Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant