• NoModuleNamed
    • Articles
  • Articles

Python Error: No module named aiocache.backends.memcached

This is probably because you don't have package aiocache installed.

You can install it in command line via pip:

        pip install aiocache
      

Install specific version:

        pip install "aiocache==0.11.1"
      

Get more info about package via pypi.org: aiocache

Related Article:

I've installed the package using pip, but I got "ImportError: No Module Named [x]"

Is this page helpful?

Yes
No

Is this page helpful?

Yes
No