Matej Cepl
6787a9f29d
failing test_sendfile_close_peer_in_the_middle_of_receiving tests on Linux >= 6.10 (GH-120227). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=43
13 lines
570 B
Plaintext
13 lines
570 B
Plaintext
[externally-managed]
|
|
Error=To install Python packages system-wide, try
|
|
zypper install __PYTHONPREFIX__-xyz, where xyz is the package
|
|
you are trying to install.
|
|
|
|
If you wish to install a non-rpm packaged Python package,
|
|
create a virtual environment using __PYTHON__ -m venv path/to/venv.
|
|
Then use path/to/venv/bin/python and path/to/venv/bin/pip.
|
|
|
|
If you wish to install a non-rpm packaged Python application,
|
|
it may be easiest to use `pipx install xyz`, which will manage a
|
|
virtual environment for you. Install pipx via `zypper install __PYTHONPREFIX__-pipx` .
|