zackees / zcmds

Swiss army knife of insanely productive CLI and AI tools. Cross platform.
MIT License
27 stars 5 forks source link

ModuleNotFoundError: imgai #7

Open araderberg opened 4 months ago

araderberg commented 4 months ago

I started looking at the images and videos tools. It seems like there's an error related to a missing module called inputimeout within my Python environment. I ran pip install inputimeout. It is already installed. Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\xx\AppData\Local\Programs\Python\Python312\Scripts\imgai.exe__main__.py", line 4, in File "C:\Users\xx\zcmds\src\zcmds\cmds\common\imgai.py", line 16, in from .inputimeout import TimeoutOccurred, inputimeout ModuleNotFoundError: No module named 'zcmds.cmds.common.inputimeout'

zackees commented 4 months ago

ah that is. Yeah that tool is old and AI has advanced. Weird that linting didn't catch this. It will probably be removed.

araderberg commented 4 months ago

Good to know...Thanks.