thewh1teagle / rookie

Load cookies from your web browsers
https://crates.io/crates/rookie
MIT License
204 stars 18 forks source link

Installing for python 3.13 #53

Open ColorfulQuark opened 1 month ago

ColorfulQuark commented 1 month ago

I tried installing rookiepy for Python 3.13 (on windows 10) and got error messages including:

error: the configured Python interpreter version (3.13) is newer than PyO3's maximum supported version (3.12)

How should I proceed?

thewh1teagle commented 4 weeks ago

Related to https://github.com/ModelTC/lightllm/issues/575 Currently rookie support only python3.12. I suggest to downgrade python it meanwhile.

ColorfulQuark commented 3 weeks ago

I'm running both 3.12 and 3.13. I'll look forward to the 3.13 version of rookie.

Thanks for this very useful program.