Skip to content

Tabcmd install failed : Could not find a version that satisfy the requirements #125

@jambesh

Description

@jambesh

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions