lava / matplotlib-cpp

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
MIT License
4.27k stars 1.12k forks source link

All examples fail: ModuleNotFoundError: No module named 'matplotlib' #326

Closed yurivict closed 1 year ago

yurivict commented 1 year ago
$ ./fill
ModuleNotFoundError: No module named 'matplotlib'
Abort trap

Python-3.9 clang-14 FreeBSD 13.1

mearlearl commented 1 year ago

Have you installed the matplotlib package for python3.9?

py -3.9 -m pip install matplotlib

yurivict commented 1 year ago

That was a long time ago. It doesn't fail like this now.