nickpadd / EuropeanFootballLeaguePredictor

A machine learning/statistical model to derive prediction probabilities for football matches of the top european leagues.
https://nickpadd.github.io/EFLP.github.io/Home/
MIT License
15 stars 3 forks source link

Running in Windows: RuntimeError('Event loop is closed') #59

Open nickpadd opened 7 months ago

nickpadd commented 7 months ago
Exception ignored in: <function _ProactorBasePipeTransport.__del__ at 0x0000021E941408B0>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\asyncio\proactor_events.py", line 116, in __del__
    self.close()
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\asyncio\proactor_events.py", line 108, in close
    self._loop.call_soon(self._call_connection_lost, None)
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\asyncio\base_events.py", line 751, in call_soon
    self._check_closed()
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\asyncio\base_events.py", line 515, in _check_closed
Error:     raise RuntimeError('Event loop is closed')
nickpadd commented 7 months ago

This occurs in the github workflow only on Windows.

Manjul1225 commented 6 months ago

Hi. Please help me.