-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error: No module named openai in Windows #8
Comments
Likewise Couldn't load plugin 'QChatGPT' due to an error when calling its classFactory() method ModuleNotFoundError: No module named 'openai' During handling of the above exception, another exception occurred: Traceback (most recent call last): Python version: 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] |
Hello, I have the same issue: Couldn't load plugin 'QChatGPT' due to an error when calling its classFactory() method ModuleNotFoundError: No module named 'openai' During handling of the above exception, another exception occurred: Traceback (most recent call last): Python version: 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] |
hello, When installing the plugin I get the following error The following Python packages are required to use the plugin QChatGPT: pdfgpt and I can't install the packages using "pip install pdfgpt" |
Hi, when installing the plugin it asks me to install a series of packages, I accept the installation but it returns the error "ModuleNotFoundError: No module named 'openai'". I asked ChatGPT about the error and they told me to install the openai pip from cmd (pip install openai) but the problem persists. How can I solve it?
The more detailed the answer, the better. Thanks in advance.
The text was updated successfully, but these errors were encountered: