feder-cr / Auto_Jobs_Applier_AIHawk

Auto_Jobs_Applier_AIHawk is a tool that automates the jobs application process. Utilizing artificial intelligence, it enables users to apply for multiple job offers in an automated and personalized way.
Other
21.33k stars 3.1k forks source link

This code is not running while python main.py #550

Open ranjith-953 opened 2 weeks ago

ranjith-953 commented 2 weeks ago

https://github.com/feder-cr/Auto_Jobs_Applier_AIHawk/blob/a11381f4b838f489e9b80c42ae4ed6b04b3b862c/main.py#L11

ranjith-953 commented 2 weeks ago

(virtual) C:\Users\ranji_icespm4\Auto_Jobs_Applier_AIHawk>python main.py Traceback (most recent call last): File "C:\Users\ranji_icespm4\Auto_Jobs_Applier_AIHawk\main.py", line 18, in from lib_resume_builder_AIHawk import Resume, FacadeManager, ResumeGenerator, StyleManager ModuleNotFoundError: No module named 'lib_resume_builder_AIHawk'

feder-cr commented 2 weeks ago

@ranjith-953 follow the readme

davidjeddy commented 2 weeks ago

Same error message after following the README exactly on a new U22 machine. Here's my history of commands:

git clone https://github.com/feder-cr/Auto_Jobs_Applier_AIHawk.git
cd Auto_Jobs_Applier_AIHawk
python3 -m venv virtual
source virtual/bin/activate
pip install -r requirements.txt
cp -rf ./data_folder_example ./data_folder
vi ./data_folder/secrets.yaml 
python main.py

And here is the exact error message:

(virtual) ubuntu@ip-172-26-70-72:~/Auto_Jobs_Applier_AIHawk$ python main.py
Traceback (most recent call last):
  File "/home/ubuntu/Auto_Jobs_Applier_AIHawk/main.py", line 11, in <module>
    from lib_resume_builder_AIHawk import Resume,StyleManager,FacadeManager,ResumeGenerator
ModuleNotFoundError: No module named 'lib_resume_builder_AIHawk'

On commit

commit 4f639023d3549894aa78a4566ae7a94fb4536a4f (HEAD -> main, origin/main, origin/HEAD)
Merge: 87e0e5b 3679c8e
Author: Federico <85809106+feder-cr@users.noreply.github.com>
Date:   Wed Oct 16 23:59:21 2024 +0200

    Merge pull request #553 from sfcheng/encode_position
svangap1 commented 2 weeks ago

I have the same issue, I am using Mac. Did you find any solution?