-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
No module named 'langchain.pydantic_v1' #113
Comments
Also getting the error "cannot import name 'settings' from 'codeinterpreterapi'" |
Same. And when you install it, it ends up conflicting with a couple of things (mainly the issue being FastAPI -- althought Chainlit too if you are using that): If you are using pydantic v2+
vs If you are using pydantic v<2
|
for me fast api and its working i am using a down graded version (codeinterpreterapi==0.0.7),downgrading may help , but when i am using JWT authenticationin fast api ,i am getting error Process SpawnProcess-1: |
I am getting this error "No module named 'langchain.pydantic_v1' while executing the below code:
I installed the packages using
pip install "codeinterpreterapi[all]"
Any ideas how to solve it?
The text was updated successfully, but these errors were encountered: