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

Unable to install tableauhyperapi on my macbook pro #94

Open
arpitran opened this issue May 19, 2023 · 5 comments
Open

Unable to install tableauhyperapi on my macbook pro #94

arpitran opened this issue May 19, 2023 · 5 comments

Comments

@arpitran
Copy link

Getting the following error when running the pip install tableauhyperapi command
ERROR: Could not find a version that satisfies the requirement tableauhyperapi (from versions: none)
ERROR: No matching distribution found for tableauhyperapi

Any insight would be greatly appreciated, please let me know if you need any additional information

@jkammerer
Copy link
Collaborator

Are you trying to use Hyper API on an M1 (arm) computer? Right now, Hyper API only supports x86-64 architectures.
The workaround is to explicitly use x86-64 python by installing the x86-64 non-universal binary.

@Akshayextreme
Copy link

This is what I am currently doing -

  1. Switch to x86-64 mode in Mac. Terminal -> env /usr/bin/arch -x86_64 /bin/zsh --login
  2. Create virtual environment
  3. pip install tableauhyperapi

Only problem is you will need to switch to x86-64 model every time you need to use tableauhyperapi and you can only use terminal

@andymiller-og
Copy link

I am a bit surprised that we are on macs with M3s now and this still isnt addressed. Is there any timetable for this to be addressed?

@akumarraje-equinix
Copy link

Any plans to make this work for ARM architectures?

@jaybythebay
Copy link

I work on a Python Package called https://github.com/hoverinc/tableau-utilities that enables a user to build a unified semantic model across tableau extracts and automate putting data definitions in column comments. This issue is making it hard for us to manage some additional hyper data source features.

I understand there are workarounds mentioned for M1 laptops but they are laborious. For myself as a self trained engineer like many data people those workarounds can be very challenging to configure.

What would it take to make this package pip install cleanly on apple M1 computers? Is that refactor something the community could do or something that Tableau would have to ship.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants