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

Error loading module matplotlib! on Windows + Visual Studio 2019 #240

Open TheOrestes opened 3 years ago

TheOrestes commented 3 years ago

PyObject* matplotlibname = PyString_FromString("matplotlib"); returns NULL always!

Python version 3.9.0 Visual Studio 2019

xiaoli-caiji commented 2 years ago

请问你的问题解决了吗?我是python3.10+vs2022,同样的问题