vincentscode / podimo-dl

🎧 Download audiobooks and podcasts from podimo.com
9 stars 1 forks source link

Error when execute podimo-dl #3

Closed BiFl-88 closed 2 months ago

BiFl-88 commented 2 months ago

Hello,

it seems that I'm to stupid... I cannot execute the podimo-dl file, because the following error occurs: \podimo-dl.py", line 1, in from gql import gql, Client ModuleNotFoundError: No module named 'gql'

when I delete some lines in the file to go over in code, other errors occurs :-(

Can you help?

vincentscode commented 2 months ago

Hi, it seems your python installation is missing the gql package. You can install it by running pip install "gql[all]" in your terminal of choice.