No module named aiohttp #59

Closed
opened 2019-11-17 13:38:23 +01:00 by mm060488 · 0 comments
mm060488 commented 2019-11-17 13:38:23 +01:00 (Migrated from github.com)

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

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 <module> from bumper.confserver import ConfServer File "/bumper/bumper/confserver.py", line 12, in <module> from aiohttp import web ModuleNotFoundError: No module named 'aiohttp' Thank you for your help
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mia/bumper#59
No description provided.