Siyuanw / kinesis

Location Spoofing for iOS 17
GNU General Public License v3.0
255 stars 52 forks source link

Failed building wheel for uvloop during install #8

Closed JyloPen closed 1 year ago

JyloPen commented 1 year ago

Hello! when running pip3 install -r requirements.txt I had the attached output. Is there something I'm doing wrong?

Screen Shot 2023-10-08 at 11 28 31 AM
leehaipei commented 1 year ago

Hello! when running pip3 install -r requirements.txt I had the attached output. Is there something I'm doing wrong? Screen Shot 2023-10-08 at 11 28 31 AM

What is your Python version? I encountered the same error when using a higher version of Python. When I downgraded Python to 3.8.4, everything was fine.

Han-Zhao commented 1 year ago

Don't use python 3.12. 3.11.6 works fine @JyloPen

JyloPen commented 1 year ago

Downgrading worked perfectly, thank you!

Dkla commented 1 year ago

Thank you! Be sure to uninstall 3.12 (if you already have it installed) before using 3.11.6. Enjoy!! :)