mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #51] No module named 'ytmusicapi.mixins' after upgrade to 0.9.0 #38
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @czifumasa on GitHub (Jul 24, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/51
Hi, As this is my first issue here, I'd like to thank you for your great work with this api.
In my little project I'd like to upgrade to 0.9.0 version, but then when i run my script, api throws error during import:
On 0.8.1 version everything worked correctly. When I checked installed ytmusicapi package content from pypi, folder
mixinsis missing in 0.9.0 realease.My OS: Windows 10, Python: 3.8.2, ytmusicapi: 0.9.0
@sigma67 commented on GitHub (Jul 24, 2020):
Well that's not good. I thought they would be included automatically. I'll push a fix right away. I've removed the faulty version from PyPi and will publish the new one as 0.9.1
@sigma67 commented on GitHub (Jul 24, 2020):
Thanks again for the quick notice!
@czifumasa commented on GitHub (Jul 24, 2020):
Great! Thank you for fast reaction, I can confirm with 0.9.1 package works perfectly again