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

[BUG]: getting modules error #371

Open
zoheb799 opened this issue Sep 13, 2024 · 14 comments
Open

[BUG]: getting modules error #371

zoheb799 opened this issue Sep 13, 2024 · 14 comments
Labels
bug Something isn't working

Comments

@zoheb799
Copy link

Describe the bug

LinkedIn_AIHawk_automatic_job_application/main.py", line 16, in from src.linkedIn_job_manager import LinkedInJobManager LinkedIn_AIHawk_automatic_job_application/src/linkedIn_job_manager.py", line 8, in from inputimeout import inputimeout, TimeoutOccurred # type: ignore ModuleNotFoundError: No module named 'inputimeout'

Steps to reproduce

take the latest pull
just cli the command
python3 main.py

Expected behavior

No response

Actual behavior

No response

Environment

None

Version

No response

Additional context

No response

@zoheb799 zoheb799 added the bug Something isn't working label Sep 13, 2024
@ralyodio
Copy link

check your yaml files for merge conflicts.

@zoheb799
Copy link
Author

zoheb799 commented Sep 13, 2024 via email

@ralyodio
Copy link

huh?

@zoheb799
Copy link
Author

zoheb799 commented Sep 13, 2024 via email

@ralyodio
Copy link

ralyodio commented Sep 13, 2024

This is in my config.yaml:

llm_model_type: openai
llm_model: gpt-4o 
llm_api_url: https://api.pawan.krd/cosmosrp/v1

The secrets.yaml has this:

llm_api_key: sk-l7xxxxx

...which is my openai.com api key

@zoheb799
Copy link
Author

zoheb799 commented Sep 13, 2024 via email

@ralyodio
Copy link

just use that one.

@zoheb799
Copy link
Author

zoheb799 commented Sep 13, 2024 via email

@ralyodio
Copy link

yeah that's missing dependency just do pip install inputimeout

@zoheb799
Copy link
Author

zoheb799 commented Sep 13, 2024 via email

@ralyodio
Copy link

I think that's old. Do this:

education_details:
  - degree: "Bachelor of Science Business Administration"
    university: "San Diego State University"
    gpa: "3.0"
    graduation_year: "1998"
    field_of_study: "Business Administration"

@zoheb799
Copy link
Author

zoheb799 commented Sep 13, 2024 via email

@ralyodio
Copy link

so change it obviously. that's just from my resume.

@zoheb799
Copy link
Author

zoheb799 commented Sep 18, 2024 via email

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