Closed samanalyst1 closed 1 year ago
Problem was in name of module and package. Module have the same name as package - "tabpy" and when it run, it confused and does not found others packages like tabpy_server... solution:
@samanalyst1 Don't run tabpy.py
, run just tabpy
command as documentations suggests - https://github.com/tableau/TabPy/blob/master/docs/server-install.md#starting-tabpy
Environment information:
I had installed python 3.9 on my server and install tabpy package by command -- python3.9 pip install tabpy. When I run 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?))