Open ranjith-953 opened 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
@ranjith-953 follow the readme
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
I have the same issue, I am using Mac. Did you find any solution?
https://github.com/feder-cr/Auto_Jobs_Applier_AIHawk/blob/a11381f4b838f489e9b80c42ae4ed6b04b3b862c/main.py#L11