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
Since Ubuntu 24.0 it's not allowed anymore to install package globally with pip. I.e. command which we recommend in readme pip install eclipse-zenoh doesn't work anymore without additional operations for creating virtual environment. Here is some details: https://stackoverflow.com/questions/75602063/pip-install-r-requirements-txt-is-failing-this-environment-is-externally-mana We need to
pip install eclipse-zenoh
python3-eclipse-zenoh
apt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the release item
Since Ubuntu 24.0 it's not allowed anymore to install package globally with pip. I.e. command which we recommend in readme
pip install eclipse-zenoh
doesn't work anymore without additional operations for creating virtual environment.Here is some details: https://stackoverflow.com/questions/75602063/pip-install-r-requirements-txt-is-failing-this-environment-is-externally-mana
We need to
python3-eclipse-zenoh
package for installation forapt
for users who want to install zenoh-python globallyThe text was updated successfully, but these errors were encountered: