I use Mac M2 and met an error when I use matplotlib.
from xml.etree.ElementTree import ParseError
File “/Users/oka/anaconda3/lib/python3.11/xml/etree/ElementTree.py”, line 2074, in
from _elementtree import *
AttributeError: partially initialized module ‘copy’ has no attribute ‘deepcopy’ (most likely due to a circular import)
For M1 Mac, it is all right.
Does anyone meet this problem ?
gcc or clang problem ? Both M1 and M2 are the same environment.
Oka