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
steps to recreate
Full error
Potential fix:
get_cmd_cwd
now lives inmlhub.pkg
and not inmlhub.utils
anymore. Changing this should fix the issue