capiq-python icon indicating copy to clipboard operation
capiq-python copied to clipboard

ModuleNotFoundError: No module named 'requests_cache'

Open KING-SID opened this issue 5 years ago • 2 comments

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 avatar Oct 20 '20 03:10 KING-SID

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

tanga94 avatar Nov 16 '20 20:11 tanga94

pip install requests_cache resolves the issue.

zhiboz avatar Dec 16 '20 15:12 zhiboz