Siyuanw / kinesis

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

fix install deps bug: python version and package management #45

Open zondatw opened 6 months ago

zondatw commented 6 months ago

bug 1: when install gnurealine, it occurs ERROR: Could not build wheels for gnureadline, which is required to install pyproject.toml-based projects.

I use poetry to fix this bug.

bug 2: when using python 3.12 and install gnurealine, it occurs ChefBuildError.

I changed to in python 3.11 using pyenv