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

no module found error resolved #1061

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

zaidkhuroo
Copy link

When running the program, several "No module found" errors are displayed, even though most of the missing modules are listed in the requirements file.

This project relies on lib_resume_builder_AIHawk, which introduces various dependencies like selenium and openai. However, these dependencies conflict with some packages in Jobs_Applier_AI_Agent.

I noticed that certain packages, such as inquirer (a dependency of lib_resume_builder_AIHawk), do not get installed alongside the other packages listed in the requirements file. I had to manually install inquirer after encountering a "No module found" error.

To resolve the conflicts between the dependencies of both projects, I replaced the dashes in the package names with underscores, which fixed the issue.

I've attached an image with this PR that highlights the differences between the package lists for better clarity.

Screenshot 2025-01-17 132030

…s in the package names which resulted in no module found error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant