We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally posted by zning5506 January 3, 2025 已经安装了uvicorn ,pip show也show出来了,但是运行python openai_api_server.py却一直提示没有知道该模块,求指导一下,谢谢!
The text was updated successfully, but these errors were encountered:
这种情况您退出所有虚拟环境,然后重启虚拟环境
Sorry, something went wrong.
这个我计算机重启都试过了,虚拟环境新建一个也试过了
图上有两个虚拟环境,这种deactivate都退出,在重新进入,或者你检查一些conda环境路径中有没有这个包
怎么看出来是2个虚拟环境,不都是glm4_1么,麻烦指教一下,谢谢
图上有两个虚拟环境,这种deactivate都退出,在重新进入,或者你检查一些conda环境路径中有没有这个包 怎么看出来是2个虚拟环境,不都是glm4_1么,麻烦指教一下,谢谢
前面有两个括号,你用的是conda吗?先用conda deactivate 命令把环境退出了,然后再重新进 或者用conda env list 找到glm4_1环境的地址,然后找一下有没有uvicorn包
sixsixcoder
No branches or pull requests
Discussed in #689
Originally posted by zning5506 January 3, 2025
已经安装了uvicorn ,pip show也show出来了,但是运行python openai_api_server.py却一直提示没有知道该模块,求指导一下,谢谢!
The text was updated successfully, but these errors were encountered: