Replies: 1 comment 1 reply
-
Sounds like it could be a bad installation. If you installed with pip install --upgrade --force-reinstall langchain |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi there,
has anyone had this error lately ?
ValueError: 'not' is not a valid parameter name
it errors out even if only these lines in my py file:
import os
import subprocess
from langchain.prompts import ChatPromptTemplate
it throws error at line 3
(btw, quite new to python so bare with me please)
Beta Was this translation helpful? Give feedback.
All reactions