tableau / TabPy

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

Can't install tabpy-tools #544

Closed AndreySivyakov closed 2 years ago

AndreySivyakov commented 2 years ago

I can't install tabpy-tools. I cloned the repo locally and ran pip install -e tabpy-tools, but got the following error image

0golovatyi commented 2 years ago

tabpy-tools is part of tabpy package, here are installation instructions - https://github.com/tableau/TabPy/blob/master/docs/server-install.md. For how to use tabpy-tools read https://github.com/tableau/TabPy/blob/master/docs/tabpy-tools.md

AndreySivyakov commented 2 years ago

Thank you @0golovatyi for the quick response! I just realized I was incorrectly importing the package in jupyter notebook. Thanks again!!!!