-
Notifications
You must be signed in to change notification settings - Fork 203
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
pick api changes breaks qobuz-dl #176
Comments
Btw, my naive approach to fix this would look this. But I'm sure it can be done much more elegant.
|
I can confirm these changes solve the problem I also experienced. |
Hi, do you have the updated core.py? I'm having trouble implementing your fix myself as I'm not a python dev. |
Yes, this is a patch for |
I updated the requirements to met pick's 1.6.0 version. Please re-open the issue if the error persists. |
Hi,
since pick 2.0.0 release the
options_map_func
parameter has been dropped.qobuz-dl (Version: 0.9.9.7 according to pip3) still seems to rely on an older version of pick which causes it to fail on ubuntu 22.04 where pick is already updated to pick 2.0.2.
see:
qobuz-dl/qobuz_dl/core.py
Line 328 in d44770a
qobuz-dl/qobuz_dl/core.py
Line 352 in d44770a
The text was updated successfully, but these errors were encountered: