Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.
This repository was archived by the owner on May 21, 2024. It is now read-only.

RuntimeError: Event loop is closed #198

@matthewdeanmartin

Description

@matthewdeanmartin

I'm running on on git-bash on windows. I'm using a config file copied directly from webscopeio/license.sh repo. After running a pipenv lock I run this

license-sh -p pipenv

And get the graph, plus several dozen pages of the same error message over and over.

It is probably related to this SO answer: https://stackoverflow.com/a/66772242/33264

    │       └── pytest - 6.2.2 - MIT
    │           └── packaging - 20.3 - BSD or Apache License, Version 2.0
    ├── python-dotenv - 0.11.0 - Unknown
    └── tox - 3.23.0 - MIT
        └── packaging - 20.3 - BSD or Apache License, Version 2.0
Exception ignored in: <function _ProactorBasePipeTransport.__del__ at 0x0000014F62F1C040>
Traceback (most recent call last):
  File "C:\Users\matth\AppData\Local\Programs\Python\Python38\lib\asyncio\proactor_events.py", line 116, in __del__
    self.close()
  File "C:\Users\matth\AppData\Local\Programs\Python\Python38\lib\asyncio\proactor_events.py", line 108, in close
    self._loop.call_soon(self._call_connection_lost, None)
  File "C:\Users\matth\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 715, in call_soon
    self._check_closed()
  File "C:\Users\matth\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 508, in _check_closed
    raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
Exception ignored in: <function _ProactorBasePipeTransport.__del__ at 0x0000014F62F1C040>
Traceback (most recent call last):
  File "C:\Users\matth\AppData\Local\Programs\Python\Python38\lib\asyncio\proactor_events.py", line 116, in __del__
    self.close()
  File "C:\Users\matth\AppData\Local\Programs\Python\Python38\lib\asyncio\proactor_events.py", line 108, in close
    self._loop.call_soon(self._call_connection_lost, None)
  File "C:\Users\matth\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 715, in call_soon
    self._check_closed()

...<snip>...

   self._check_closed()
  File "C:\Users\matth\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 508, in _check_closed
    raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions