PyGMT installation error - MSVCP14D.dll and VCRUNTIME14D.dll

Hi,
I am trying to install PyGMT on Conda as given here:Installing — PyGMT

However, I run into the errors as below:


Following instructions provided here: Redirecting

I installed Microsoft Visual C++ 2015 - 2022 Redistributable and it still didn’t work.

Is there a work around?

Thank you!

Januka

It seems that one of the dependencies was built in debug mode and those VC dlls cannot be redistributed.

Thanks Joaquim. Is there a workaround? I am installing via Conda, so I don’t explicitly control the mode in which dependencies are built.

Thanks!

Don’t know (other than installing full Visual Studio itself). I’ll let it to our Py experts.