Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running sudo python3 main.py #21

Open
AGHiya23 opened this issue Nov 20, 2023 · 3 comments
Open

Error when running sudo python3 main.py #21

AGHiya23 opened this issue Nov 20, 2023 · 3 comments

Comments

@AGHiya23
Copy link

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

What should I do.

@AGHiya23
Copy link
Author

Does anyone have a solution?

@Montana
Copy link

Montana commented Nov 21, 2023

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants