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
from tiktoken import _tiktoken
ImportError: cannot import name 'tiktoken' from partially initialized module 'tiktoken' (most likely due to a circular import) (D:\anaconda3\envs\pythonProject\lib\site-packages\tiktoken_init.py)
my tiktoken==0.3.3
The text was updated successfully, but these errors were encountered:
here is the content of my tiktoken_init_.py:
"from .core import Encoding as Encoding
from .model import encoding_for_model as encoding_for_model
from .registry import get_encoding as get_encoding
from .registry import list_encoding_names as list_encoding_names"
from tiktoken import _tiktoken
ImportError: cannot import name 'tiktoken' from partially initialized module 'tiktoken' (most likely due to a circular import) (D:\anaconda3\envs\pythonProject\lib\site-packages\tiktoken_init.py)
my tiktoken==0.3.3
The text was updated successfully, but these errors were encountered: