0

I am trying to run a topology discovery script on mininet for the purpose of my thesis, but i am repeatedly getting this eventlet error even after trying it out in different ways. Below is the code: Could anyone please help me out to fix it? This is the error i am getting

" RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules."

import eventlet eventlet.monkey_patch()

I added these two lines as stated by chatgpt as this adds necessary modules in the eventlet library before any other modules are imported. I expected this to resolve the issue but i am still facing the same error.

asked Jan 24, 2024 at 16:32
1
  • I have the same issue but I'm running a celery task manager on Windows. Commented Feb 13, 2024 at 17:07

1 Answer 1

0

I've changed the eventlet library to gevent and this aparently solved the issue

answered Apr 17, 2024 at 18:40
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.