This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Circular dependency error in import when using pip package #3
Comments
Sorry. Fixing that now |
Fixed. |
Thanks! I can confirm the fix is working on my end. |
Closed
Closed
This was referenced Feb 10, 2023
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to run the example code, I'm getting this error:
I was able to fix it by commenting out the
from revChatGPT import Chatbot
line in__init__.py
.The text was updated successfully, but these errors were encountered: