OF-Scraper icon indicating copy to clipboard operation
OF-Scraper copied to clipboard

python 3.13 incompatible with uvloop (v0.19.0)

Open jerryhard opened this issue 5 months ago • 1 comments

python 3.13 incompatible with uvloop (v0.19.0) uvloop - say that don't fix it for old version, becuase he fix in for latest version v0.21

Python 3.13.5 Linux - FC41 ofscraper - all tested on v3.13.7 install method uv

U can fix it with use old python 3.12 or 3.11 - but in ofscraper doc is writen that is rec. python 3.13

Is possible chjange definition and use latest uvloop ?

jerryhard avatar Jul 15 '25 03:07 jerryhard

i find hack: uv tool install ofscraper --force --with uvloop==0.21.0

but after this OF-scraper crash.

btw python 3.12 work buh have issue with sumary output - only broken brek line and print \ python 3.11 work best

jerryhard avatar Jul 15 '25 03:07 jerryhard