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'
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