I'm having a very weird pillow version conflict on python 3.7.9 The only command I'm running on my Jupyter notebook cell is
import matplotlib.pyplot as plt
However, I'm getting the following error message:
ImportError: The _imaging extension was built for another version of Pillow or PIL:
Core version: "9.2.0"
Pillow version: 9.2.0
The Core version and Pillow version are matching, I have no clue where's the error. Maybe those quotation marks shouldn't be there? Every package I downloaded was always through Conda in a virtual env, not sure what the problem is/how could this have happened