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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Since Ubuntu 24.04 (I'm not sure whether 22.04 had the issue), it's not possible to install the package using standard pip install anymore.
pip install
Now recommended method is using the python3-supervisor deb package on those systems, or use a virtual environment instead.
python3-supervisor
Would it be possible you add this support?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Since Ubuntu 24.04 (I'm not sure whether 22.04 had the issue), it's not possible to install the package using standard
pip install
anymore.Now recommended method is using the
python3-supervisor
deb package on those systems, or use a virtual environment instead.Would it be possible you add this support?
The text was updated successfully, but these errors were encountered: