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

Is it possible to build the project in one specific version of python and run in another? #298

Open johnnyzzzzzZ opened 2 years ago

johnnyzzzzzZ commented 2 years ago

I built my project on Windows 10 with visual studio2019. Using dependency walker, it seems that my application needs python37.dll to run.

Everything works fine on my computer.

But I can not run my application on a computer where only python 3.8, 3.9, or 3.10 is installed. Or, it would say "python37.dll not found". Could I make my application support various versions of python?