We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running Python 3.8.8 under the Anaconda distribution ver. custom on a Mac Pro (2019) desktop running Mac OSX ver. 11.6.
I'm getting the following error message:
''' ImportError: dlopen(/Users/user/opt/anaconda3/lib/python3.8/site-packages/matplotlib/ft2font.cpython-38-darwin.so, 2): Library not loaded: @rpath/libfreetype.6.dylib Referenced from: /Users/user/opt/anaconda3/lib/python3.8/site-packages/matplotlib/ft2font.cpython-38-darwin.so Reason: Incompatible library version: ft2font.cpython-38-darwin.so requires version 24.0.0 or later, but libfreetype.6.dylib provides version 23.0.0 (base) user@Mac-Pro work % '''
Any suggestions on how to fix this?
Sam Dupree.
The text was updated successfully, but these errors were encountered:
Hi Sam, sorry for the very late reply. The message did not reach me.
What are you trying to achieve with python?
Sorry, something went wrong.
No branches or pull requests
I'm running Python 3.8.8 under the Anaconda distribution ver. custom on a Mac Pro (2019) desktop running Mac OSX ver. 11.6.
I'm getting the following error message:
'''
ImportError: dlopen(/Users/user/opt/anaconda3/lib/python3.8/site-packages/matplotlib/ft2font.cpython-38-darwin.so, 2): Library not loaded: @rpath/libfreetype.6.dylib
Referenced from: /Users/user/opt/anaconda3/lib/python3.8/site-packages/matplotlib/ft2font.cpython-38-darwin.so
Reason: Incompatible library version: ft2font.cpython-38-darwin.so requires version 24.0.0 or later, but libfreetype.6.dylib provides version 23.0.0
(base) user@Mac-Pro work %
'''
Any suggestions on how to fix this?
Sam Dupree.
The text was updated successfully, but these errors were encountered: