You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(virtual) D:\Jobs_Applier_AI_Agent>python main.py
Traceback (most recent call last):
File "D:\Jobs_Applier_AI_Agent\main.py", line 7, in
import click
ModuleNotFoundError: No module named 'click'
Expected behavior
No response
Actual behavior
No response
Branch
None
Branch name
No response
Python version
No response
LLM Used
No response
Model used
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
I have a same problem here, hope someone can help us^^
Hi, harlin401.
I solved this problem.
You have to command "pip install -r requirements.txt" and make sure it is installed correctly. It might takes long time.
Feel free to contact me.
Describe the bug
moduleNotFoundError
Steps to reproduce
(virtual) D:\Jobs_Applier_AI_Agent>python main.py
Traceback (most recent call last):
File "D:\Jobs_Applier_AI_Agent\main.py", line 7, in
import click
ModuleNotFoundError: No module named 'click'
Expected behavior
No response
Actual behavior
No response
Branch
None
Branch name
No response
Python version
No response
LLM Used
No response
Model used
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: