python-greenlet / greenlet

Lightweight in-process concurrent programming
Other
1.63k stars 247 forks source link

Greenlet 3.0.0 failes on Ubuntu 22 #387

Open hariskhan-tenx opened 9 months ago

hariskhan-tenx commented 9 months ago
Traceback (most recent call last):
  File "src/gevent/greenlet.py", line 908, in gevent._gevent_cgreenlet.Greenlet.run

Error: MAC check failed

please help me to solve this error..

Thanks, Harris Khan

jamadden commented 9 months ago

If you want help, we're going to need a whole lot more details than that. For example, provide the script you're running and the version of Python you're using.

However, the error you provide ("MAC check failed") most likely has nothing to do with greenlet or gevent. Most likely it's the code you're running or the data you're working with. Again, because you didn't provide any useful information, I'm just guessing, but googling for "MAC check failed" shows lots of hits about problems with encryption --- which has nothing to do with greenlet.