Open guschain opened 3 weeks ago
Bump, same issue with same logs
Same issue and for me the code worked fine last week. checked and line 14 shows: if platform.system() == "Windows". If you add a line that says import platform to the top of the Lib\site-packages\lib_resume_builder_AIHawk\utils.py file it fixes it.
I don't see any lib folder in my directory, I am stuck here.
(virtual) sandeepvangapandu@Mac Auto_Jobs_Applier_AIHawk % python main.py Traceback (most recent call last): File "/Users/sandeepvangapandu/Desktop/applications/Auto_Jobs_Applier_AIHawk/main.py", line 11, in <module> from lib_resume_builder_AIHawk import Resume, FacadeManager, ResumeGenerator, StyleManager ModuleNotFoundError: No module named 'lib_resume_builder_AIHawk'
Lib folder is not imported
Describe the bug
When attempting to generate and upload a resume, the process fails with a NameError: name 'platform' is not defined. This error occurs in the create_driver_selenium() function, where the platform.system() call is made without importing the platform module. I have tried in Windows and Linux with WSL2 with the same result.
Steps to reproduce
When attempting to generate and upload a resume, the process fails with a NameError: name 'platform' is not defined. This error occurs in the create_driver_selenium() function, where the platform.system() call is made without importing the platform module.
Steps to Reproduce:
Trigger the resume generation process. Observe the error in the logs: name 'platform' is not defined. Expected Behavior: The resume should be generated and uploaded without errors.
Actual Behavior: The resume generation fails due to the missing platform module, resulting in an exception and preventing the resume from being uploaded.
Logs:
Expected behavior
The resume should be generated and uploaded without errors.
Actual behavior
The resume generation fails due to the missing platform module, resulting in an exception and preventing the resume from being uploaded.
Branch
main
Branch name
No response
Python version
Python 3.11.3 and 3.10.12
LLM Used
ChatGPT
Model used
GPT-4o-Mini
Additional context
No response