Skip to content
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

How do I install it on mac #7

Open
AYMAAN69 opened this issue Feb 7, 2023 · 1 comment
Open

How do I install it on mac #7

AYMAAN69 opened this issue Feb 7, 2023 · 1 comment

Comments

@AYMAAN69
Copy link

AYMAAN69 commented Feb 7, 2023

how do i install it on mac . whats the instruction . i try to follow the instructions but when running the py file i get an error
Traceback (most recent call last):
File "/Users/aymaan/chatgpt-conversation/chatgpt.py", line 1, in
from revChatGPT.revChatGPT import Chatbot
ModuleNotFoundError: No module named 'revChatGPT.revChatGPT'

i try to install this module but i cant find it . any fix ?

@marcoasb96
Copy link

Change
from revChatGPT.revChatGPT import Chatbot
to
from revChatGPT.ChatGPT import Chatbot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants