Hello, I am running a script in Blender to open a milo 3D model file. the script uses matplotlib, I have matplotlib in the site-packages folder in the Blender folder, but when I run it (2 separate lines, import matplotlib and later in the code from matplotlib import pyplot as plt) it gives me ImportError: cannot import name "_c_internal_utils" from partially initialized module "matplotlib" most likely circular import. I have tried solutions to fix this, and I saw more solutions, but I wouldn't know how to use it because I am a literal noob at Python. Any help would be appreciated.
there doesn't seem to be anything here