capiq-python
capiq-python copied to clipboard
ModuleNotFoundError: No module named 'requests_cache'
When I try to run just this:
from capiq.capiq_client import CapIQClient
then is gives the error above. Why is that, and how can I get it working?
@KING-SID did you perhaps find a solution for this?
pip install requests_cache resolves the issue.