-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
In your documentation you suggest to install via pip3 install --user diff-pdf-visually.
I dont have ubuntu but suse, but anyway,
Direct install via pip3 is no longer possible since python 3.11 but I think, this is not specific for suse.
The message is
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try
zypper install python313-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 python3.13 -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 python313-pipx` .
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
Other applications I successfully installed with pipx as suggested, but trying
pipx install diff-pdf-visually
yields
No apps associated with package diff-pdf-visually or its dependencies. If you are attempting to install a library, pipx should not be used. Consider using pip or a
similar tool instead.
This is very strange as diff-pdf-visually is indeed an app.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels