mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-18 10:54:29 -04:00
Unable to install langserve - error[E0425]: cannot find function _PyDict_NewPresized in crate pyo3_ffi
#115
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @magick93 on GitHub (Feb 6, 2024).
I'm trying to install langserve but get the following error.
Command
pip install langserve[server]Version
Error
@eyurtsev commented on GitHub (Feb 6, 2024):
Looks like an issue while trying to install a dependency called
orjsonThere might be some more troubleshooting instructions here: https://github.com/ijl/orjson
I'd try the following steps:
orjson(pip index versions orjsonto list versions and then choose some version of orjson to see if it installs; e.g.,pip install orjson==3.9.10)@eyurtsev commented on GitHub (Feb 22, 2024):
I'm going to close for now since this is not a langserve related issue.