Skip to content

opencv: blurry command uses an older version of MLHUB #276

@shashank-gv

Description

@shashank-gv

steps to recreate

ml install opencv
ml configure opencv
ml blurry opencv

Full error

ml blurry opencv
Traceback (most recent call last):
  File "/home/user/.mlhub/opencv/blurry.py", line 18, in <module>
    from mlhub.utils import get_cmd_cwd
ImportError: cannot import name 'get_cmd_cwd' from 'mlhub.utils' (/home/user/.local/lib/python3.10/site-packages/mlhub/utils.py)

Potential fix: get_cmd_cwd now lives in mlhub.pkg and not in mlhub.utils anymore. Changing this should fix the issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions