tableau / hyper-db

Documentation for Hyper, the blazingly fast SQL engine powering analytics at Tableau and Salesforce
https://tableau.github.io/hyper-db/
Other
19 stars 11 forks source link

Hyperapi download linux dependencies #13

Closed kishore-perumal closed 1 year ago

kishore-perumal commented 1 year ago

Hi,

I see that when I try to download lib files for python linux version, it throws Not found. Here is the url it navigates,

https://downloads.tableau.com/tssoftware//tableauhyperapi-0.0.17002-none-manylinux2014_x86_64.whl.

Can you please send me the linux based python. wheel file

vogelsgesang commented 1 year ago

Thanks for reporting! The correct path is

https://downloads.tableau.com/tssoftware/tableauhyperapi-0.0.17002-py3-none-manylinux2014_x86_64.whl

I will fix that in our website in a minute.

By the way: You can also install Hyper API using

pip install tableauhyperapi

without first downloading the wheel manually

kishore-perumal commented 1 year ago

Thanks for support