question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RuntimeWarning: greenlet.greenlet size changed

See original GitHub issue

after clean install on Ubuntu server 22.04 i get this error when i try to start the service, <frozen importlib._bootstrap>:241: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 152 from C header, got 160 from PyObject

Is there a fix for this error?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Gerbildralcommented, Apr 25, 2022

okay, ill try again then with a new ubuntu installation. but thats for tomorrow.

2reactions
kiarncommented, Apr 25, 2022

Hello,

Can you please try the following :

python3 -m pip install gevent==21.12.0 gipc==1.4.0
systemctl restart ajenti.service

and let me know if this fixs the issue ? It worked in my test environment, but I must test the compatibility with older releases.

Arnaud

Read more comments on GitHub >

github_iconTop Results From Across the Web

Runtime Warning - Greenlet.greenlet size changed??
RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144, got 128 return f(*args, **kwds).
Read more >
greenlet.greenlet size changed, may indicate binary ... - GitHub
You've installed greenlet 0.4.17, which changed sizes. If you keep using it, your application will likely crash. You should upgrade gevent to a ......
Read more >
Binary compatibility issue with greenlet - Redash Discourse
Looks like there has been a binary break introduced in greenlet 0.4.17 ... RuntimeWarning: greenlet.greenlet size changed, may indicate ...
Read more >
gevent crash on Python 3.10 (python-x2go fails to build)
greenlet size changed, may indicate binary incompatibility. Expected 152 from C header, got 160 from PyObject <frozen importlib._bootstrap>:241: ...
Read more >
Bug#1024595: python3-gevent 22.10.2 must depend on ...
_bootstrap>:241: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 40 from C header, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found