Open AGHiya23 opened 1 year ago
Does anyone have a solution?
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.
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.
When I run sudo python3 main.py I get an error "AttributeError: module 'ssl' has no attribute 'wrap_socket'"
What should I do.