You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
I would like to report an issue with the following error message:
$ python3 -m revChatGPT.V3 -h
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
File "/usr/lib/python3.10/site-packages/revChatGPT/V3.py", line 11, in
import tiktoken
File "/usr/lib/python3.10/site-packages/tiktoken/init.py", line 1, in
from .core import Encoding as Encoding
File "/usr/lib/python3.10/site-packages/tiktoken/core.py", line 7, in
import regex
File "/usr/lib/python3.10/site-packages/regex/init.py", line 1, in
from .regex import *
File "/usr/lib/python3.10/site-packages/regex/regex.py", line 419, in
import regex._regex_core as _regex_core
File "/usr/lib/python3.10/site-packages/regex/_regex_core.py", line 21, in
import regex._regex as _regex
ModuleNotFoundError: No module named 'regex._regex'
I have already installed the regex module using "pip install regex", but the error message still says "ModuleNotFoundError: No module named 'regex._regex'"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to report an issue with the following error message:
$ python3 -m revChatGPT.V3 -h
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
File "/usr/lib/python3.10/site-packages/revChatGPT/V3.py", line 11, in
import tiktoken
File "/usr/lib/python3.10/site-packages/tiktoken/init.py", line 1, in
from .core import Encoding as Encoding
File "/usr/lib/python3.10/site-packages/tiktoken/core.py", line 7, in
import regex
File "/usr/lib/python3.10/site-packages/regex/init.py", line 1, in
from .regex import *
File "/usr/lib/python3.10/site-packages/regex/regex.py", line 419, in
import regex._regex_core as _regex_core
File "/usr/lib/python3.10/site-packages/regex/_regex_core.py", line 21, in
import regex._regex as _regex
ModuleNotFoundError: No module named 'regex._regex'
I have already installed the regex module using "pip install regex", but the error message still says "ModuleNotFoundError: No module named 'regex._regex'"
Beta Was this translation helpful? Give feedback.
All reactions