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

podcastfy package issue with error "No module named 'podcastfy.client'; 'podcastfy' is not a package" #207

Open
sanipanwala opened this issue Dec 5, 2024 · 8 comments

Comments

@sanipanwala
Copy link

Hello,

I have installed the package and then ran my script, I'm getting the below exception.

Can someone please help me on this issue?

from podcastfy.client import generate_podcast ModuleNotFoundError: No module named 'podcastfy.client'; 'podcastfy' is not a package

Thanks,
Sani

@souzatharsis
Copy link
Owner

souzatharsis commented Dec 5, 2024 via email

@sanipanwala
Copy link
Author

Hello @souzatharsis ,

Thanks for your reply.

I'm using Linux OS.

I'm doing below steps:

pip install podcastfy

export my APIKey of Gemini.

from podcastfy.client import generate_podcast

audio_file = generate_podcast(urls=["<url1>", "<url2>"])

Thanks,
Sani

@souzatharsis
Copy link
Owner

souzatharsis commented Dec 5, 2024 via email

@sanipanwala
Copy link
Author

Hi @souzatharsis ,

Yes, I'm using a virtual environment and doing all these steps.

Thanks,
Sani

@souzatharsis
Copy link
Owner

souzatharsis commented Dec 5, 2024 via email

@sanipanwala
Copy link
Author

Hi @souzatharsis ,

I have created it using the conda command.

Thanks,
Sani

@souzatharsis
Copy link
Owner

souzatharsis commented Dec 5, 2024 via email

@sanipanwala
Copy link
Author

Hi @souzatharsis ,

Yes, I have activated the venv, installed the package, and run my script.

Is there any other dependency package needs to install?

Thanks,
Sani

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

No branches or pull requests

2 participants