When I was calling DjangoVue3Admin, an error was reported: ImportError: dlopen(/Users/guojh/opt/anaconda3/envs/DjangoVue3Admin/lib/python3.9/site-packages/PIL/_imagingft.cpython-39-darwin.so, 2): Library not loaded: @loader_path/.dylibs/libfreetype.6.dylib
Referenced from: /Users/guojh/opt/anaconda3/envs/DjangoVue3Admin/lib/python3.9/site-packages/PIL/_imagingft.cpython-39-darwin.so Reason: Incompatible library version: _imagingft.cpython-39-darwin.so requires version 27.0.0 or later, but libfreetype.6.dylib provides version 15.0.0 May I ask, what is the latest version of libfreetype.6.dylib at present? I can only update to 26.2.20. My MacOS version is 10.15.4. Thank you!