deadbits / vigil-llm

⚡ Vigil ⚡ Detect prompt injections, jailbreaks, and other potentially risky Large Language Model (LLM) inputs
https://vigil.deadbits.ai/
Apache License 2.0
304 stars 35 forks source link

undefined symbol: ASN1_OCTET_STRING_it #73

Closed LLLyyy-777 closed 7 months ago

LLLyyy-777 commented 10 months ago

Describe the bug image

To Reproduce After installing the project and YARA according to the documentation, the command gives an error

Expected behavior start the Vigil API server

Environment:

deadbits commented 9 months ago

Hey @LLLyyy-777 , I think this is an issue with the install of the yara-python library rather than the project. I ran into something similar early on, but it was resolved by uninstalling yara-python and running pip install yara-python again. Try giving that a shot and lmk

deadbits commented 7 months ago

Closing this as stale