Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/annaliesepaulson/opt/anaconda3/envs/test/lib/python3.9/site-packages/gensim/__init__.py", line 9, in <module>
import logging
File "/Users/annaliesepaulson/opt/anaconda3/envs/test/lib/python3.9/logging/__init__.py", line 26, in <module>
import sys, os, time, io, re, traceback, warnings, weakref, collections.abc
File "/Users/annaliesepaulson/opt/anaconda3/envs/test/lib/python3.9/traceback.py", line 5, in <module>
import linecache
File "/Users/annaliesepaulson/opt/anaconda3/envs/test/lib/python3.9/linecache.py", line 11, in <module>
import tokenize
File "/Users/annaliesepaulson/tokenize.py", line 8, in <module>
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
File "/Users/annaliesepaulson/opt/anaconda3/envs/test/lib/python3.9/site-packages/transformers/__init__.py", line 30, in <module>
from . import dependency_versions_check
File "/Users/annaliesepaulson/opt/anaconda3/envs/test/lib/python3.9/site-packages/transformers/dependency_versions_check.py", line 36, in <module>
from .file_utils import is_tokenizers_available
File "/Users/annaliesepaulson/opt/anaconda3/envs/test/lib/python3.9/site-packages/transformers/file_utils.py", line 49, in <module>
import requests
File "/Users/annaliesepaulson/opt/anaconda3/envs/test/lib/python3.9/site-packages/requests/__init__.py", line 43, in <module>
import urllib3
File "/Users/annaliesepaulson/opt/anaconda3/envs/test/lib/python3.9/site-packages/urllib3/__init__.py", line 9, in <module>
from logging import NullHandler
ImportError: cannot import name 'NullHandler' from partially initialized module 'logging' (most likely due to a circular import)
--
You received this message because you are subscribed to a topic in the Google Groups "Gensim" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gensim/PE9oh8b-ltQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gensim+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gensim/30c91414-103f-4df3-911a-b19448d7a0f2n%40googlegroups.com.