Unable to install tableauhyperapi on my macbook pro
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
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.
This is what I am currently doing -
- Switch to x86-64 mode in Mac. Terminal ->
env /usr/bin/arch -x86_64 /bin/zsh --login - Create virtual environment
-
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
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?
Any plans to make this work for ARM architectures?
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.