OF-Scraper
OF-Scraper copied to clipboard
python 3.13 incompatible with uvloop (v0.19.0)
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 ?
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