-
Notifications
You must be signed in to change notification settings - Fork 443
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
No module named 'utils.auth_utils' #45
Comments
Same with .env file. I am missing something... I cnat figure out why the utils agent_management.py", line 9, in |
CLAUDE 3 Sonnet FIXED it @_@ ` This can happen due to a few reasons: Incorrect Directory Structure: Python's module import system relies on the directory structure. Ensure that the utils folder is in the correct location relative to the agent_management.py file. THERE is the solution the package directory needs to have an init.py file (even if it's an empty file). Check if the utils directory has an init.py file. So I created empty file |
Missing the empty init.py file in utils folder. |
Sorry for the silly ask, but I tried few times following the instructions form the video, I tried from the Readme...
Added the Groc key to the terminal and to the system path
but I get the same problem.
ModuleNotFoundError: No module named 'utils.auth_utils'
Traceback:
File "C:\Users\win\AppData\Local\Programs\Python\Python311\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 600, in _run_script
exec(code, module.dict)
File "E:\TRIAL\AutoGroq\AutoGroq\AutoGroq\main.py", line 5, in
from agent_management import display_agents
File "E:\TRIAL\AutoGroq\AutoGroq\autogroq\agent_management.py", line 9, in
from utils.auth_utils import get_api_key
The text was updated successfully, but these errors were encountered: