You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Exporter is not working for me as i an facing below error. please help me here:
PS C:\tabsetup\exporter\tableau-status-exporter> py.exe .\executable\main.py --config-file .\config.yml
Traceback (most recent call last):
File ".\executable\main.py", line 4, in
from tableau_exporter.tableau_status_exporter import start_webserver
File "C:\Program Files\Python36\lib\site-packages\tableau_exporter\tableau_status_exporter.py", line 6, in
from server_parser_status_metrics import TableauServerStatusParser
ModuleNotFoundError: No module named 'server_parser_status_metrics'
The text was updated successfully, but these errors were encountered:
Hi,
Exporter is not working for me as i an facing below error. please help me here:
PS C:\tabsetup\exporter\tableau-status-exporter> py.exe .\executable\main.py --config-file .\config.yml
Traceback (most recent call last):
File ".\executable\main.py", line 4, in
from tableau_exporter.tableau_status_exporter import start_webserver
File "C:\Program Files\Python36\lib\site-packages\tableau_exporter\tableau_status_exporter.py", line 6, in
from server_parser_status_metrics import TableauServerStatusParser
ModuleNotFoundError: No module named 'server_parser_status_metrics'
The text was updated successfully, but these errors were encountered: