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
17.5k stars 2.54k forks source link

[HELP WANTED]: <Provide a descriptive title> #514

Open ozkolok12 opened 3 days ago

ozkolok12 commented 3 days ago

Issue description

Hi everybody! I'm trying to launch the script, but all the time is getting this: = RESTART: C:\Users\Hoz\Auto_Jobs_Applier_AIHawk\main.py Traceback (most recent call last): File "C:\Users\Hoz\Auto_Jobs_Applier_AIHawk\main.py", line 11, in <module> from lib_resume_builder_AIHawk import Resume,StyleManager,FacadeManager,ResumeGenerator File "C:\Users\Hoz\AppData\Local\Programs\Python\Python312\Lib\site-packages\lib_resume_builder_AIHawk\__init__.py", line 5, in <module> from .manager_facade import FacadeManager File "C:\Users\Hoz\AppData\Local\Programs\Python\Python312\Lib\site-packages\lib_resume_builder_AIHawk\manager_facade.py", line 5, in <module> import inquirer File "C:\Users\Hoz\AppData\Local\Programs\Python\Python312\Lib\site-packages\inquirer\__init__.py", line 1, in <module> from inquirer.prompt import prompt File "C:\Users\Hoz\AppData\Local\Programs\Python\Python312\Lib\site-packages\inquirer\prompt.py", line 1, in <module> import inquirer.themes as themes File "C:\Users\Hoz\AppData\Local\Programs\Python\Python312\Lib\site-packages\inquirer\themes.py", line 9, in <module> term = Terminal() File "C:\Users\Hoz\AppData\Local\Programs\Python\Python312\Lib\site-packages\blessed\terminal.py", line 164, in __init__ self.__init__streams() File "C:\Users\Hoz\AppData\Local\Programs\Python\Python312\Lib\site-packages\blessed\terminal.py", line 253, in __init__streams self._init_descriptor = sys.__stdout__.fileno() AttributeError: 'NoneType' object has no attribute 'fileno'

Who knows, what the error is it? And what should I do to solve it. I did everything according to instruction Clipboard-1

Specific tasks

No response

Additional resources

No response

Additional context

No response

queukat commented 2 days ago

try PowerShell or CMD shell

ozkolok12 commented 1 day ago

try PowerShell or CMD shell

I did, and get a word "Python". Is it as it should be? image

mohammadi-com commented 1 day ago

Have created and used virtual environment? I see from shell that you've not activated the virtual environment. Follow instructions from here, hope it helps: https://github.com/feder-cr/Auto_Jobs_Applier_AIHawk#:~:text=Activate%20virtual%20environment%3A

ozkolok12 commented 6 hours ago

Have created and used virtual environment? I see from shell that you've not activated the virtual environment. Follow instructions from here, hope it helps: https://github.com/feder-cr/Auto_Jobs_Applier_AIHawk#:~:text=Activate%20virtual%20environment%3A

Thanks for reply! Yeah, it seems there is persistent error with virtual environment creation. After I pasted all necessary commands, I got a reply, that system couldn't find a folder "virtual". Stuck on that(