-
Notifications
You must be signed in to change notification settings - Fork 485
Description
Hi,
I've installed theguardrails-ai 0.6.7following the instructions in the documentation configure the package and install twovalidators (profanity_free, toxic_language)as instructed in the Sample App from thehubsuccessfully, but running the code, raised the followingImport error:Traceback (most recent call last):
File "d:\pyprojects\LLMprjs\Haystack\guardrails-webui\simple_chat_guard.py", line 1, in
from guardrails import Guard, docs_utils
File "D:\pyprojects\LLMprjs\Haystack.venv\Lib\site-packages\guardrails_init_.py", line 12, in
from guardrails.hub.install import install
File "D:\pyprojects\LLMprjs\Haystack.venv\Lib\site-packages\guardrails\hub_init_.py", line 4, in
from guardrails_grhub_toxic_language import ToxicLanguage
ModuleNotFoundError: No module named 'guardrails_grhub_toxic_language'My dev environment:
O.S: Win10 22H2 x86_64
Python: 3.13.9 (uv .venv)
IDE: VSCode Version: 1.105.1