Replies: 1 comment
-
Hey! Very strange and never seen before in Haystack... I would suggest reinstalling Haystack in a clean virtual environment and see if the issue persists. I found similar errors around the web, but they do not seem related. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I was trying to build an intermediary node to perform prompt resolution (I want check if the prompt is too large and stop if thats the case rather than truncate).
But weirdly enough, i get this error:
Exception: Exception while running node 'Reader': cannot pickle 'PyCapsule' object
.The code is the following:
Can you help with some ideas of why this is behaving in a weird manner? When i used the debugger the problem magically vanished.
Here is the entire error:
THANKS!
Beta Was this translation helpful? Give feedback.
All reactions