Hello,
I installed raspa3 package using conda, but I’m unable to run my program due to the following missing library error:
・MSVCP140D.dll
・MSVCP140D_ATOMIC_WAIT.dll
・VCRUNTIME140_1D.dll
・VCRUNTIME140D.dll
・ucrtbased.dll
The program works perfectly on machines where the latest Visual Studio is installed.
However, I need it to run on environments without Visual Studio.
I have already tried installing the Visual C++ Redistributable, but it did not resolve the issue.
Could you please advise on how to fix this?
Hello,
I installed raspa3 package using conda, but I’m unable to run my program due to the following missing library error:
・MSVCP140D.dll
・MSVCP140D_ATOMIC_WAIT.dll
・VCRUNTIME140_1D.dll
・VCRUNTIME140D.dll
・ucrtbased.dll
The program works perfectly on machines where the latest Visual Studio is installed.
However, I need it to run on environments without Visual Studio.
I have already tried installing the Visual C++ Redistributable, but it did not resolve the issue.
Could you please advise on how to fix this?