Skip to content

Unable to Install #10

@viniciushsantana

Description

@viniciushsantana

I'm unable to install cling using any of the recommended installation methods:

pip install cling
Collecting cling
  Downloading cling-2.3.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-ax9lhwl_/cling/setup.py", line 4, in <module>
        import cling
      File "/tmp/pip-build-ax9lhwl_/cling/cling/__init__.py", line 14, in <module>
        from cli import Cling
    ModuleNotFoundError: No module named 'cli'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ax9lhwl_/cling/

or

python setup.py install
Traceback (most recent call last):
  File "setup.py", line 8, in <module>
    import cling
  File "/cling/cling/__init__.py", line 14, in <module>
    from cli import Cling
ModuleNotFoundError: No module named 'cli'

Am I doing something wrong?

Thanks!

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