-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
ModuleNotFoundError: No module named 'pkg_resources' #188
Comments
Thank you for this information. I am already aware of this problem. To solve this problem with pipx, you can run Best regards |
The master branch now includes a fix for this issue. I'll close this issue, when the fix will be released. |
v0.3.0 is now out |
just to confirm, I just ran audible --version
audible-cli, version 0.3.1 (up-to-date) Surprisingly |
nevermind, it is no longer needed 😄 so all good |
Thank you for this information. Some user reported, that they have issues downloading aax files. Do you have them too? |
Yeah looks like I have the same issue:
Adding a c at the end to download an aaxc file works |
it is a fairly new audiobook, I suspect it might not have aac. But using --all I can download some audiobooks:
|
I've found the reason for the aax issue. Fix is on the way. In the meantime you can use PS: Schönes Audiobuch. Das gab es glaube ich mal kostenlos? |
yeah exactly, most of my library is just audiobooks that I got for free and never listened to 😄 but if you can recommend it I will give it a go (it was free last year it seems: https://www.mydealz.de/search?q=nicht%20einschlafen) |
I installed this via pipx on macOS 14.4.
To solve this I had to add setuptools:
And now the audible command works 😄
FYI this is the requirements that were installed by pipx (before I ran the additional install):
I suppose fixing this is just adding setuptools to the requirements?
The text was updated successfully, but these errors were encountered: