Winloop icon indicating copy to clipboard operation
Winloop copied to clipboard

"ValueError: 'winloop\loop.pyx' doesn't match any files" in python 3.8

Open yangy996 opened this issue 1 year ago • 2 comments
trafficstars

In python 3.9: image

but in python 3.8: image

yangy996 avatar Dec 15 '23 01:12 yangy996

@yangy996 We don't support 3.8 yet because of the version that I am programming on is 3.9.18. However I can always accommodate for 3.8 in the next update since uvloop has 3.8 support with 3.8 as well.

Vizonex avatar Dec 15 '23 19:12 Vizonex

Hi, I have to use Python 3.8 and winloop would really help me. I saw there was a new Version 0.1.1 of winllop published on 26. Jan. 2024, but Python 3.8 seems not to be supported there. Is it possible to get support for 3.8 in the next published version, or is this not planned? Thanks for your great work

kuerbisbeule33 avatar Feb 07 '24 07:02 kuerbisbeule33

I've tested things with Python 3.8 and it works just as well as for Python 3.9-12. The latest version can be built with py -3.8 setup.py build_ext --inplace, for instance, and passes the unit tests.

lschoe avatar May 19 '24 10:05 lschoe

Version 0.1.4 is out and supports Python 3.8 (and 3.9 - 3.12).

lschoe avatar May 31 '24 21:05 lschoe