Package Details: python-requests-cache 1.2.0-1

Git Clone URL: https://aur.archlinux.org/python-requests-cache.git (read-only, click to copy)
Package Base: python-requests-cache
Description: A persistent cache for python requests
Upstream URL: https://github.com/requests-cache/requests-cache
Keywords: cache dynamodb http mongodb performance redis requests sqlite web webscraping
Licenses: custom:BSD-2-clause
Submitter: Shibumi
Maintainer: carlosal1015 (JWCook, flying-sheep, AutoUpdateBot)
Last Packager: AutoUpdateBot
Votes: 30
Popularity: 0.005141
First Submitted: 2015-09-21 13:55 (UTC)
Last Updated: 2024-02-18 07:57 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

gnacho commented on 2022-01-15 19:05 (UTC) (edited on 2022-01-15 19:06 (UTC) by gnacho)

It worked for me, just removing python-timeout-decorator and updating everything again!

Many thanks!!

carlosal1015 commented on 2022-01-01 18:52 (UTC)

Happy new year!, awesome work @JWCook.

JWCook commented on 2022-01-01 18:42 (UTC)

v0.9 has been released on PyPI!

emacsomancer commented on 2021-12-20 01:53 (UTC)

Thanks, @carlosal1015 . That was it. I just needed to recompile python-timeout-decorator.

carlosal1015 commented on 2021-12-20 00:53 (UTC) (edited on 2021-12-20 00:55 (UTC) by carlosal1015)

Hi @emacsomancer, if the output for

Python 3.10.1 (main, Dec 11 2021, 17:22:55) [GCC 11.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import timeout_decorator

says ModuleNotFoundError: No module named 'timeout_decorator', you will recompile this module for python3.10. (reinstall python-timeout-decorator). Look this https://www.reddit.com/r/archlinux/comments/rf6c84/psa_python_310_is_in_core_rebuild_your_aur

emacsomancer commented on 2021-12-19 23:39 (UTC)

I'm still getting the ModuleNotFoundError: No module named 'timeout_decorator' error. Is there something else that I need to do? Or is the fix still in progress?

flying-sheep commented on 2021-12-18 15:30 (UTC)

Thanks! ^^

carlosal1015 commented on 2021-12-18 15:06 (UTC)

Sorry @flying-sheep, fixing now.

flying-sheep commented on 2021-12-18 12:42 (UTC)

Hey, it’s customary to add past maintainers to the contributor list. You just deleted me, rude.

carlosal1015 commented on 2021-12-15 13:19 (UTC) (edited on 2021-12-18 19:43 (UTC) by carlosal1015)

Hi @daregakimeta, one suggestion is check the following:

  1. Look if python-timeout-decorator is there in /usr/lib/python3.10/site-packages and not in /usr/lib/python3.9/site-packages the same for any dependencies.

Note that this sunday 12-12-2021, many python packages needed a rebuilding increasing pkgrel by one.

How to:

$ pacman -Ql python-timeout-decorator

Then, we can rebuild the package for python3.10

$ paru -Syu aur/python-timeout-decorator