You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /Users/.../Documents/chatglm.cpp-langchain/chatglm.cpp/chatglm_cpp
MODEL=../chatglm-ggml.bin uvicorn chatglm_cpp.langchain_api:app --host 127.0.0.1 --port 8000
craii
changed the title
无法运行 LangChain API ,执行命令后报错, 能否提供能成功运行此命令的 python版本号 和 使用的环境中安装的包的列表
【已解决,附解决方法】无法运行 LangChain API ,执行命令后报错, 能否提供能成功运行此命令的 python版本号 和 使用的环境中安装的包的列表
Dec 22, 2023
ImportError: cannot import name 'computed_field' from 'pydantic' (/Users/edwardnone/miniconda3/lib/python3.10/site-packages/pydantic/__init__.cpython-310-darwin.so)
then I tried to install pip install pydantic==2.5.2
but still the same error, do you know how to resolve it ?
希望得到的帮助
求大佬提供:
或
LangChain API
的虚拟环境的python版本
如:3.10.0
、3.8.18
LangChain API
的虚拟环境的中安装的包就是通过类似以下命令获得的txt文档(复制的也可以)conda list -n your_env_name > packages.txt
感恩
成功运行的内容:
按照文档的步骤,可以成功运行
运行失败的内容
langchain api: MODEL=./chatglm2-ggml.bin uvicorn chatglm_cpp.langchain_api:app --host 127.0.0.1 --port 8000
尝试步骤
文档结构:
环境
python版本
这里之截图了3.8版本,上述步骤我分别在3.8 / 3.10版本中均有尝试,都失败了报错内容相同
chatglm_langchain虚拟环境中安装的包的版本
The text was updated successfully, but these errors were encountered: