Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resume builder issue #887

Open
mrtknrt opened this issue Nov 19, 2024 · 2 comments
Open

resume builder issue #887

mrtknrt opened this issue Nov 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@mrtknrt
Copy link

mrtknrt commented Nov 19, 2024

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 %

@mrtknrt mrtknrt added the bug Something isn't working label Nov 19, 2024
@InternalShadow
Copy link

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

@mrtknrt
Copy link
Author

mrtknrt commented Nov 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants