tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

How to update to 2.2 version #446

Closed Icare2000 closed 4 years ago

Icare2000 commented 4 years ago

Hello

i have authentication issues and i see that it could be fixed in 2.2

my issue is


AttributeError Traceback (most recent call last)

in ----> 1 client.set_credentials('models', 'models2020') AttributeError: 'Client' object has no attribute 'set_credentials' how can i force pip to update to that specific version
0golovatyi commented 4 years ago

@Icare2000 TabPy 2.2.0 is not released yet, but you can try pre-release package. To install it run pip install --upgrade -i https://test.pypi.org/simple/ tabpy. More details about pre-release TabPy packages are at http://tabscifi.com/2020/01/tabpy-how-to-install-pre-release-package/

Icare2000 commented 4 years ago

Hello

thanks it worked well

Best Regards

Le mar. 1 sept. 2020 à 17:59, Oleksandr Golovatyi notifications@github.com a écrit :

@Icare2000 https://github.com/Icare2000 TabPy 2.2.0 is not released yet, but you can try pre-release package. To install it run pip install --upgrade -i https://test.pypi.org/simple/ tabpy. More details about pre-release TabPy packages are at http://tabscifi.com/2020/01/tabpy-how-to-install-pre-release-package/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tableau/TabPy/issues/446#issuecomment-684959703, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACT6L4ZRDAAPHJFZBGWLOYLSDUK4LANCNFSM4QRORYZQ .

0golovatyi commented 4 years ago

@Icare2000 FYI TabPy 2.2.0 was just published.

Glad to hear your issue was resolved!

Closing for now.