-
-
Notifications
You must be signed in to change notification settings - Fork 614
Description
We use self-hosted openwebui. When installing the Presidio and LLM Guard filters in OpenWebUI Pipelines, the pipeline doesn't appear in the list—neither uploaded from a file nor from a URL.
Any ideas how to solve it?
logs:
Installing requirement: presidio-anonymizer
Requirement already satisfied: presidio-anonymizer in /usr/local/lib/python3.11/site-packages (2.2.359)
Requirement already satisfied: cryptography<44.1 in /usr/local/lib/python3.11/site-packages (from presidio-anonymizer) (44.0.3)
Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.11/site-packages (from cryptography<44.1->presidio-anonymizer) (1.17.1)
Requirement already satisfied: pycparser in /usr/local/lib/python3.11/site-packages (from cffi>=1.12->cryptography<44.1->presidio-anonymizer) (2.22)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[notice] A new release of pip is available: 24.0 -> 25.1.1
[notice] To update, run: pip install --upgrade pip
Error loading module: presidio_filter_pipeline
cannot import name 'check_ansix923_padding' from 'cryptography.hazmat.bindings._rust' (/usr/local/lib/python3.11/site-packages/cryptography/hazmat/bindings/_rust.abi3.so)
WARNING:root:No Pipeline class found in presidio_filter_pipeline
...
Images: