Siyuanw / kinesis

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

Error when running sudo python3 main.py #21

Open AGHiya23 opened 1 year ago

AGHiya23 commented 1 year ago

When I run sudo python3 main.py I get an error "AttributeError: module 'ssl' has no attribute 'wrap_socket'"

What should I do.

AGHiya23 commented 1 year ago

Does anyone have a solution?

Montana commented 1 year ago

Same but different errors:

sudo python3.11 main.py
Traceback (most recent call last):
  File "/Users/montana/Desktop/kinesis-main/main.py", line 9, in <module>
    import eventlet
  File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/eventlet/__init__.py", line 17, in <module>
    from eventlet import convenience

There's probably not Arm support.

AGHiya23 commented 1 year ago

I got it to work, I just uninstalled python 12 and removed python entirely from my device and then downloaded python 11.6 and that seemed to fix the issue.