-
Notifications
You must be signed in to change notification settings - Fork 71
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
Problem with request_cache #67
Comments
https://github.com/reclosedev/requests-cache/blob/master/requests_cache/core.py |
Adapted cod to new request_cache repo
Exactly. Just remove 'core' and import CachedSession directly from requests_cache |
You can blame me for that one, sorry! The intent for this was to raise a DeprecationWarning instead of causing an error. This would have worked if imported as If you run into any more problems, feel free to create an issue on the requests-cache repo. |
Hi, I'm having the same problem, but I'm not sure how to solve it. |
Hi @rsmassey As stated in the last commit 37f74d9 the maintainer will not continue his work so I've created a fork here, the library can be installed from PyPi with updated docs and more. Feel free to install updated library instead ( |
I get the following error message:
I assume that some dependencies are deprecated. Thanks anyway for implementing this tool!
The text was updated successfully, but these errors were encountered: