-
Notifications
You must be signed in to change notification settings - Fork 260
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
Comments
Hello,
Please share steps taken for installation.
What's your OS?
…On Thu, Dec 5, 2024, 8:13 AM sanipanwala ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#207>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTMY3K4YJY3D6HAUB23S732EAYM5AVCNFSM6AAAAABTCG3D6SVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZDAMJRGMYTQNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello @souzatharsis , Thanks for your reply. I'm using Linux OS. I'm doing below steps:
Thanks, |
To make your life easier you should use a virtual environment, install the
package in it and the make sure you are using python from it.
…On Thu, Dec 5, 2024, 8:20 AM sanipanwala ***@***.***> wrote:
Hello @souzatharsis <https://github.com/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
—
Reply to this email directly, view it on GitHub
<#207 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTMY3OT5WRLWSACJHZYNVD2EAZHJAVCNFSM6AAAAABTCG3D6SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRQGAZDOMBSGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @souzatharsis , Yes, I'm using a virtual environment and doing all these steps. Thanks, |
Thanks. How have you created your venv?
…On Thu, Dec 5, 2024, 8:28 AM sanipanwala ***@***.***> wrote:
Hi @souzatharsis <https://github.com/souzatharsis> ,
Yes, I'm using a virtual environment and doing all these steps.
Thanks,
Sani
—
Reply to this email directly, view it on GitHub
<#207 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTMY3O7E2L4A7VBM5XFLVL2EA2HPAVCNFSM6AAAAABTCG3D6SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRQGA2DKMBYGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @souzatharsis , I have created it using the conda command. Thanks, |
Hi, Please make sure you have activated your venv. I am not familiar with
conda but in venv and poetry you would need to do the following:
```
source venv/bin/activate
```
```
poetry shell
```
Best Regards,
…--
Thársis
souzatharsis.com <http://www.souzatharsis.com/>
<http://linkedin.com/in/tharsissouza>
On Thu, Dec 5, 2024 at 8:38 AM sanipanwala ***@***.***> wrote:
Hi @souzatharsis <https://github.com/souzatharsis> ,
I have created it using the conda command.
Thanks,
Sani
—
Reply to this email directly, view it on GitHub
<#207 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTMY3JUICMTZPVYLI7XGZ32EA3NDAVCNFSM6AAAAABTCG3D6SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRQGA3TINRWGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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, |
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
The text was updated successfully, but these errors were encountered: