Environment information:
OS: Ubuntu 20.04 lts
Python version: python 3.9
I had installed python 3.9 on my server and install tabpy package by command -- python3.9 pip install tabpy. When I print a command in terminal
$: python3.9 tabpy.py
to run a server, it crashes with following error:
Traceback (most recent call last): File "tabpy.py", line 48, in main() File "tabpy.py", line 41, in main from tabpy.tabpy_server.app.app import TabPyApp ModuleNotFoundError: No module named 'tabpy.tabpy_server'; 'tabpy' is not a package
but tabpy.tabpy_server is exist in packages
Can you help me please, how to fix it Or how to run tabpy-server on ubuntu-server - is it possible?
I try follow the instructions in documentation and find the answer on github - repository. link: https://github.com/tableau/TabPy