[Tutor] Runtime Error

Marc Tompkins marc.tompkins at gmail.com
Tue Jan 28 11:34:23 EST 2020


On Tue, Jan 28, 2020 at 8:15 AM Alan Gauld via Tutor <tutor at python.org>
wrote:

> On 28/01/2020 12:37, Karim Beidas wrote:
>
> >   File "fortnite.py", line 28, in <module>
> >     import fortnitepy
> >   File
> "C:\Users\MSIi\AppData\Local\Programs\Python\Python38-32\lib\site-packages\fortnitepy\__init__.py",
> line 48, in <module>
> >     get_event_loop()
> >   File
> "C:\Users\MSIi\AppData\Local\Programs\Python\Python38-32\lib\site-packages\fortnitepy\client.py",
> line 116, in get_event_loop
> >     raise RuntimeError('asyncio.ProactorEventLoop is not supported')
>
> My immediate suspicion is that there is a missing module.
> You may need to install another package to make it work.
>
> But I'm not familiar with the fortnitepy module, so you
> would need to check the documentation there for any dependencies.
> But that's my guess.
>
> Looking at the documentation for ProactorEventLoop, there are so many
instances of "is not supported" and "is only supported if" that I wonder -
is it just that the OP's Windows configuration is subtly different from
whoever wrote the fortnitepy module?
https://docs.python.org/3.6/library/asyncio-eventloops.html#asyncio.ProactorEventLoop


More information about the Tutor mailing list