[Tutor] Runtime Error

Mats Wichmann mats at wichmann.us
Tue Jan 28 11:45:56 EST 2020


On 1/28/20 9:34 AM, Marc Tompkins wrote:
> 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.

Like the others, never heard of this. But searching a bit gets me this page:

https://github.com/xMistt/fortnitepy-bot

Which says, with lots of shouting:

Install Python 3.6 (suggested, any 3.x version should work, APART FROM
3.8 DO NOT USE 3.8 OR ELSE YOU'LL GET A LOT OF ERRORS.)

And the traceback above clearly shows Python 3.8 is in the picture.




More information about the Tutor mailing list