faaez / capiq-python

Thin Python client for the CapIQ REST API
MIT License
35 stars 25 forks source link

ModuleNotFoundError: No module named 'requests_cache' #12

Open KING-SID opened 3 years ago

KING-SID commented 3 years ago

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?

tanga94 commented 3 years ago

@KING-SID did you perhaps find a solution for this?

zhiboz commented 3 years ago

pip install requests_cache resolves the issue.