Created
January 13, 2023 16:47
-
-
Save davipatti/1f1a051c9cdd78d2656656bc1479f70f to your computer and use it in GitHub Desktop.
Matplotlib error - fixed by pip installing reportlab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pattinson@MacBook-Pro-82 ~/r/MapDeduce (master)> python (limix) | |
Python 3.8.15 (default, Nov 24 2022, 09:04:07) | |
[Clang 14.0.6 ] :: Anaconda, Inc. on darwin | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import matplotlib.pyplot as plt | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
File "/Users/pattinson/opt/anaconda3/envs/limix/lib/python3.8/site-packages/matplotlib/pyplot.py", line 32, in <module> | |
import matplotlib.colorbar | |
File "/Users/pattinson/opt/anaconda3/envs/limix/lib/python3.8/site-packages/matplotlib/colorbar.py", line 32, in <module> | |
import matplotlib.contour as contour | |
File "/Users/pattinson/opt/anaconda3/envs/limix/lib/python3.8/site-packages/matplotlib/contour.py", line 18, in <module> | |
import matplotlib.font_manager as font_manager | |
File "/Users/pattinson/opt/anaconda3/envs/limix/lib/python3.8/site-packages/matplotlib/font_manager.py", line 48, in <module> | |
from matplotlib import afm, cbook, ft2font, rcParams, get_cachedir | |
ImportError: dlopen(/Users/pattinson/opt/anaconda3/envs/limix/lib/python3.8/site-packages/matplotlib/ft2font.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '_FT_Done_Face' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment