bmartin5692 / bumper

A standalone and self-hosted implementation of the central server used by Ecovacs vacuum robots.
GNU General Public License v3.0
301 stars 50 forks source link

No module named aiohttp #59

Closed mm060488 closed 5 years ago

mm060488 commented 5 years ago

Hi, I try to use the docker environment for bumper. When I try to run the package i receive following error:

Traceback (most recent call last): File "/usr/local/lib/python3.7/runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/local/lib/python3.7/runpy.py", line 142, in _get_module_details return _get_module_details(pkg_main_name, error) File "/usr/local/lib/python3.7/runpy.py", line 109, in _get_module_details import(pkg_name) File "/bumper/bumper/init.py", line 3, in from bumper.confserver import ConfServer File "/bumper/bumper/confserver.py", line 12, in from aiohttp import web ModuleNotFoundError: No module named 'aiohttp'

Thank you for your help