matplotlib-cpp icon indicating copy to clipboard operation
matplotlib-cpp copied to clipboard

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

Open johnnyzzzzzZ opened this issue 3 years ago • 0 comments

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?

johnnyzzzzzZ avatar Feb 11 '22 08:02 johnnyzzzzzZ