-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
ModuleNotFoundError: No module named 'openai' #47
Comments
这个是openai没有安装,要确认安装在用于启动程序的python下 如果你使用python3.8 app.py 来启动程序,可以通过 |
好像一直安装不上 |
执行 pip3 --version 看看 pip3的版本 python3 --version 有输出吗 |
你现在 pip3 和 python3 用的都是python3.6的 需要先把安装好的 python3.7.15 配置到环境变量中,这个查一下应该很好弄 |
好的好的,谢谢 |
也可以,稍微麻烦一点点,因为你的python3和pip3指向的还是 python3.6 所以你需要这样来安装依赖 这样来启动程序 |
是的,看起来你的 python3.7安装有点问题, 你先查一下报错信息看看能不能解决 |
已解决 |
扫码之后测试中报错ModuleNotFoundError: No module named 'openai'
The text was updated successfully, but these errors were encountered: