-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
buku 4.9 is incompatible with urllib3 >2 #776
Comments
A suggestion off the top of my head: install Python apps in a sandbox, not in your system-/user-global packages. That would probably help with a lot of potential compatibility issues 😅 That being said, I can't recall for sure but I think
If you mean #702, it had been implemented back in March and was included in the v4.9 release: |
…Turns out that is indeed the case. |
Oh wow. Tnx. |
Python 3.13 is coming. |
It's a bit of a long shot considering the upcoming Python release will not be out until after 3 weeks… Though it's probably not going to take much effort other than adding the new version to project settings, CI and tox config. …Either way, I suggest you create a separate issue to track Python 3.13 support; I don't believe it's in scope of this one. |
Buku is still incompatible with the latest version of urllib3. I can't update urllib3. |
As I mentioned before, this issue cannot be resolved before #753 (since the newer versions of If you need it globally, you should install buku in a dedicated sandbox instead (which I mentioned before as well). |
I have read that by putting buku in a sandbox you can make it work but I thought it was temporary and you guys were working on making it compatible with the latest urllib, which is why I waited. I have to uninstall buku first isn't it and than install it with pipx? Update: resolved my question. |
…It is, but the ball is not in our court right now 😅
The bookmarks database is stored in the user settings ( |
Thank you The database is stored in "c:\Users**\AppData\Roaming\buku" in Windows. |
Thank you for the new 4.9 version although I am sorry to see that none of the new features I requested have been added.
I updated it in pypi but get an error message:
buku 4.9 requires urllib3<2,>=1.23, but you have urllib3 2.1.0 which is incompatible.
The text was updated successfully, but these errors were encountered: