lava / matplotlib-cpp

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

a problem #308

Open hrkkk opened 2 years ago

hrkkk commented 2 years ago

Hi, I met a problem. I have followed the tutorial step by step, but it always reports "ModuleNotFoundError: No module named 'numpy.core._multiarray_umath", I have tried to upgrade my numpy but it does not work, and I tried to add_definitions(-DWITHOUT_NUMPY), it reported the same error as above. This problem has been bothering me for days, please help me, thanks.