mlhubber / mlhub

Machine Learning Model Repository Hub Command Line Tool.
MIT License
20 stars 12 forks source link

pyspeech: get_cmd_cwd issue (same as #276) #278

Open shashank-gv opened 2 years ago

shashank-gv commented 2 years ago

steps to recreate:

ml install pyspeech
ml configure pyspeech
ml demo pyspeech

Full error message:

 ml demo pyspeech
Traceback (most recent call last):
  File "/home/user/.mlhub/pyspeech/demo.py", line 17, 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)

Same as #276