I wrote the code for my contribution but I am having trouble testing it. I am on Mac and created and activated a virtual environment like the documentation says, but my code gives me a lot of errors, including:
ImportError: cannot import name ‘_c_internal_utils’ from ‘matplotlib’ (consider renaming ‘/Users/alexzhang/PycharmProjects/matplotlib/lib/matplotlib/init.py’ if it has the same name as a library you intended to import)
Why is this happening and how can I fix it?