-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
I have installed Tabcmd using : pip install git+https://github.com/tableau/tabcmd.git@development
it installed successfully but when i tried to invoke it from command like i am getting below error
The simple pip install tabcmd never worked for me - it complain with Error : Could not find a version that satisfy ...
I am using MAC OS, Apple Silicon Chip
Failed to load language ' en ': [Errno 2] No translation file found for domain: 'tabcmd'
Traceback (most recent call last):
File "/Users/xxx/opt/anaconda3/bin/tabcmd", line 5, in <module>
from tabcmd.tabcmd import main
File "/Users/xxx/opt/anaconda3/lib/python3.9/site-packages/tabcmd/tabcmd.py", line 3, in <module>
from tabcmd.execution.tabcmd_controller import TabcmdController
File "/Users/xxx/opt/anaconda3/lib/python3.9/site-packages/tabcmd/execution/tabcmd_controller.py", line 5, in <module>
from .parent_parser import ParentParser
File "/Users/xxx/opt/anaconda3/lib/python3.9/site-packages/tabcmd/execution/parent_parser.py", line 2, in <module>
from . import _version
ImportError: cannot import name '_version' from 'tabcmd.execution' (/Usersxxx/opt/anaconda3/lib/python3.9/site-packages/tabcmd/execution/__init__.py)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels