Jobs_Applier_AI_Agent icon indicating copy to clipboard operation
Jobs_Applier_AI_Agent copied to clipboard

Module Error (lib_resume_builder_AIHawk)

Open harshavallamkonda opened this issue 3 months ago • 11 comments

Describe the bug

When executing the application there is an issue with the module. This is the error currently I'm facing "from lib_resume_builder_AIHawk import Resume, FacadeManager, ResumeGenerator, StyleManager ModuleNotFoundError: No module named 'lib_resume_builder_AIHawk'" Probably it is finding for the file but there is no file present in the repository. Can someone add this module in the code

Steps to reproduce

  1. Once after cloning the repository, followed the same steps but still getting this error "from lib_resume_builder_AIHawk import Resume, FacadeManager, ResumeGenerator, StyleManager ModuleNotFoundError: No module named 'lib_resume_builder_AIHawk'

Error screenshot

Expected behavior

Once after this issue gets fixed it should probably run

Actual behavior

No response

Branch

None

Branch name

No response

Python version

Python 3.13.0

LLM Used

ChatGPT

Model used

GPT3

Additional context

I guess the modules needs to be updated and also when activating the virtual environment there is an issue because we need run the powershell with admin access and then need to run this Set-ExecutionPolicy RemoteSigned

Once after running this try activating the virtual environment because i faced the error of activating the virtual environment

harshavallamkonda avatar Nov 02 '24 10:11 harshavallamkonda