We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I tried to use pymongo_inmemory on a fresh installed windows laptop
After launching mongod.exe it immediately throws an error VCRUNTIME140_1.dll was not found.
To Reproduce
Import pymongo_inmemory in windows then the following error will show up
Expected behavior
The mongod.exe should launch without a problem.
Logs If applicable, add any kind of collected logs to help us understand the problem.
Screenshots If logs are not applicable, add screenshots.
Context:
The fix to the problem:
In the downloaded mongodb archive, there is a vc_redist.x64.exe file.
This file must be run once to install the vc runtime.
Suggest trying to read windows registry and check if vc runtime is installed.
If not, run this vc_redist.x64.exe file to silently install the dependency.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I tried to use pymongo_inmemory on a fresh installed windows laptop
After launching mongod.exe it immediately throws an error VCRUNTIME140_1.dll was not found.
To Reproduce
Import pymongo_inmemory in windows then the following error will show up
Expected behavior
The mongod.exe should launch without a problem.
Logs
If applicable, add any kind of collected logs to help us understand the problem.
Screenshots
If logs are not applicable, add screenshots.
Context:
The fix to the problem:
In the downloaded mongodb archive, there is a vc_redist.x64.exe file.
This file must be run once to install the vc runtime.
Suggest trying to read windows registry and check if vc runtime is installed.
If not, run this vc_redist.x64.exe file to silently install the dependency.
The text was updated successfully, but these errors were encountered: