KatharaFramework / Docker-Images

Dockerfiles and scripts to build Kathará Docker images.
https://www.kathara.org/
GNU General Public License v3.0
22 stars 9 forks source link

Fixed ryu-manager command by downgrading eventlet #5

Closed StickBrush closed 2 years ago

StickBrush commented 2 years ago

As of now, ryu-manager will crash with an ImportError due to changes in the eventlet API. This pull request installs a prior, compatible version to fix this problem

Skazza94 commented 2 years ago

Hi @StickBrush, thanks for the PR and the fix! I'll merge and rebuild the images.

Mariano.