Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: imgai #7

Open
araderberg opened this issue Feb 19, 2024 · 2 comments
Open

ModuleNotFoundError: imgai #7

araderberg opened this issue Feb 19, 2024 · 2 comments

Comments

@araderberg
Copy link

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
Copy link
Owner

zackees commented Feb 28, 2024

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
Copy link
Author

Good to know...Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants