Skip to content

pipenv run python -m bumper Error #140

@AndreiKorchunov

Description

@AndreiKorchunov

Describe the bug
When I run in command window "pipenv run python -m bumper" then I get the error:

c:\Ecovacs>pipenv run python -m bumper
Traceback (most recent call last):
File "", line 189, in run_module_as_main
File "", line 148, in get_module_details
File "", line 112, in get_module_details
File "c:\Ecovacs\bumper_init
.py", line 3, in
from bumper.confserver import ConfServer
File "c:\Ecovacs\bumper\confserver.py", line 8, in
import aiohttp_jinja2
File "C:\Users\Андрей.virtualenvs\Ecovacs-uviCpvCh\Lib\site-packages\aiohttp_jinja2_init
.py", line 7, in
from aiohttp import web
File "C:\Users\Андрей.virtualenvs\Ecovacs-uviCpvCh\Lib\site-packages\aiohttp_init.py", line 6, in
from .client import BaseConnector as BaseConnector
File "C:\Users\Андрей.virtualenvs\Ecovacs-uviCpvCh\Lib\site-packages\aiohttp\client.py", line 32, in
from . import hdrs, http, payload
File "C:\Users\Андрей.virtualenvs\Ecovacs-uviCpvCh\Lib\site-packages\aiohttp\http.py", line 7, in
from .http_parser import HeadersParser as HeadersParser
File "C:\Users\Андрей.virtualenvs\Ecovacs-uviCpvCh\Lib\site-packages\aiohttp\http_parser.py", line 15, in
from .helpers import NO_EXTENSIONS, BaseTimerContext
File "C:\Users\Андрей.virtualenvs\Ecovacs-uviCpvCh\Lib\site-packages\aiohttp\helpers.py", line 100, in
old_debug = coroutines._DEBUG # type: ignore
^^^^^^^^^^^^^^^^^
AttributeError: module 'asyncio.coroutines' has no attribute '_DEBUG'

To Reproduce
1 download project to c:\Ecovacs
2 cd to c:\Ecovacs
3 run "pipenv install"
4 run "pipenv run python -m bumper"
5. See error

Desktop (please complete the following information):

  • OS: Windows

Vacuum (please complete the following information):

  • Model: Deebot Ozmo T8+

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions