• NoModuleNamed
    • Articles
  • Articles

Python Error: No module named aiocqhttp.api_impl

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

You can install it in command line via pip:

        pip install aiocqhttp
      

Install specific version:

        pip install "aiocqhttp==1.2.3"
      

Get more info about package via pypi.org: aiocqhttp

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