Skip to content

Install process results in No module named 'logging_utils' #36

Description

@shershen08
cd cheetahclaws
:uv tool install .

then running $:cheetahclaws
gives

$:cheetahclaws
Traceback (most recent call last):
  File "xxx/.local/bin/cheetahclaws", line 4, in <module>
    from cheetahclaws import main
  File "xxx/.local/share/uv/tools/cheetahclaws/lib/python3.11/site-packages/cheetahclaws.py", line 134, in <module>
    import bridges.telegram as _btg
  File "xxx/.local/share/uv/tools/cheetahclaws/lib/python3.11/site-packages/bridges/telegram.py", line 17, in <module>
    import logging_utils as _log
ModuleNotFoundError: No module named 'logging_utils'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions