bwiley1 / pandleau

A quick and easy way to convert a Pandas DataFrame to a Tableau .hyper or .tde extract.
MIT License
60 stars 19 forks source link

python version 2 or 3? #1

Closed melvinfolkers closed 6 years ago

melvinfolkers commented 6 years ago

Hi Benjamin,

I am kind of new to python and eager to use your library to make it easy to switch between python and tableau. I have the following question: one of the libraries that is used by your module is 'tableausdk'. it seems that this is a python 2 version only, or am i wrong?

I am trying to pip install your module but it keeps giving me version mismatch errors ( i run on py 3.6). Thanks in advance!

Melvin

image

bwiley1 commented 6 years ago

Hi Melvin,

Thanks for the question. The tableausdk module is supported in Python 2, but I am running Python 3.6.1 and am still able to use it. That said, I did not download tableausdk using pip - instead, I downloaded the module directly from Tableau's site:

Let me know if that helps!

bwiley1 commented 6 years ago

Hi Melvin,

I just wanted to follow up on this issue with you. I have updated the package to run in Python 2, which I think makes more sense given that tableausdk was designed in this version. Let me know if you run into any additional problems, thanks!