You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/...../Desktop/genel/04 - programlar/Auto_Jobs_Applier_AI_Agent/main.py", line 11, in
from lib_resume_builder_AIHawk import Resume, FacadeManager, ResumeGenerator, StyleManager
ModuleNotFoundError: No module named 'lib_resume_builder_AIHawk'
(virtual)[email protected] Auto_Jobs_Applier_AI_Agent %
I just cannot resolve this issue, I tried to installed this lib with conda then I got some new issues like this
error: command '/opt/homebrew/bin/swig' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for faiss-cpu
Failed to build faiss-cpu
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (faiss-cpu)
(virtual) [email protected] Auto_Jobs_Applier_AI_Agent %
The text was updated successfully, but these errors were encountered:
Sorry if you tried the steps below already but
Did you build conda virtual env with a version >= python 3.10x ?
I faced a similar issue earlier. should install wheel first then install -r requirements.txt
Could you show which commands you ran prior to error more feedback is always better than minimal
Sorry if you tried the steps below already but Did you build conda virtual env with a version >= python 3.10x ? I faced a similar issue earlier. should install wheel first then install -r requirements.txt
Could you show which commands you ran prior to error more feedback is always better than minimal
I resolved the issue by install anaconda, and setup virtual environment using anaconda, not miniconda or some other lib, they dont work
File "/Users/...../Desktop/genel/04 - programlar/Auto_Jobs_Applier_AI_Agent/main.py", line 11, in
from lib_resume_builder_AIHawk import Resume, FacadeManager, ResumeGenerator, StyleManager
ModuleNotFoundError: No module named 'lib_resume_builder_AIHawk'
(virtual)[email protected] Auto_Jobs_Applier_AI_Agent %
I just cannot resolve this issue, I tried to installed this lib with conda then I got some new issues like this
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for faiss-cpu
Failed to build faiss-cpu
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (faiss-cpu)
(virtual) [email protected] Auto_Jobs_Applier_AI_Agent %
The text was updated successfully, but these errors were encountered: