Skip to content
New issue

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

I am getting the following error #49

Open
vpaturi opened this issue May 15, 2024 · 0 comments
Open

I am getting the following error #49

vpaturi opened this issue May 15, 2024 · 0 comments

Comments

@vpaturi
Copy link

vpaturi commented May 15, 2024

After successfully installing prompt_security_fuzzer, when I type -h or any other option, its giving this error:

Traceback (most recent call last):
File "/home/cloudshell-user/.local/bin/prompt-security-fuzzer", line 5, in
from ps_fuzz.cli import main
File "/home/cloudshell-user/.local/lib/python3.9/site-packages/ps_fuzz/cli.py", line 9, in
from .chat_clients import *
File "/home/cloudshell-user/.local/lib/python3.9/site-packages/ps_fuzz/chat_clients.py", line 1, in
from .langchain_integration import get_langchain_chat_models_info
File "/home/cloudshell-user/.local/lib/python3.9/site-packages/ps_fuzz/langchain_integration.py", line 6, in
def _get_class_member_doc(cls, param_name: str) -> str | None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant