We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ryu-manager --version
When attempting to run ryu-manager --version after installing Ryu in a virtual environment, the following ImportError occurs:
ImportError: cannot
import name 'ALREADY_HANDLED' from 'eventlet.wsgi' (/path/to/eventlet/wsgi.py)
### Steps to Reproduce: 1. Create a virtual environment: python3 -m venv my_ryu_env 2. Activate the virtual environment: source my_ryu_env/bin/activate 3. Install Ryu and eventlet: pip install ryu eventlet==0.30.2 4. Attempt to run `ryu-manager --version`: ```bash ryu-manager --version
The ryu-manager --version command should display the Ryu version without any ImportError.
The ImportError occurs, preventing the successful execution of the command.
The issue is consistently reproducible.
The text was updated successfully, but these errors were encountered:
This error has been mentioned in #166
Sorry, something went wrong.
No branches or pull requests
Ryu Bug Report
Issue Description:
When attempting to run
ryu-manager --version
after installing Ryu in a virtual environment, the following ImportError occurs:ImportError: cannot
import name 'ALREADY_HANDLED' from 'eventlet.wsgi' (/path/to/eventlet/wsgi.py)
Expected Behavior:
The
ryu-manager --version
command should display the Ryu version without any ImportError.Actual Behavior:
The ImportError occurs, preventing the successful execution of the command.
Environment:
Operating System: ubunto 20.04 lte
Dependencies:
Additional Information:
Attempts to Resolve:
Reproducibility:
The issue is consistently reproducible.
The text was updated successfully, but these errors were encountered: