Failure to start
See original GitHub issueSeems like some .dlls are missing from distribution. Namely:
api-ms-win-crt-runtime-l1-1-0.dll
This is the problem reported on another user behalf, so he has no chance to like troubleshoot it, because it is his first Python experience.
I’d prefer builds with https://mingwpy.github.io/
Issue Analytics
- State:
- Created 7 years ago
- Comments:31 (11 by maintainers)
Top Results From Across the Web
Symptoms of Failure to Launch Syndrome and What to Do
Failure to launch syndrome is not technically a syndrome, but instead it is a term used to describe young adults who do not...
Read more >Failure to Launch Syndrome
Failure to launch syndrome is not a true diagnosis (nor is it a term we particularly like at OPI), but rather is a...
Read more >Failure to Launch: What It Is and How to Handle It
This phenomenon has come to be known as Failure to Launch (FTL). Bell defines FTL as declining independent living and economic ...
Read more >What is Failure to Launch Syndrome? - Dr. Roseann
Young adults sufferings from failure to launch to syndrome experience a variety of symptoms that often result from lack of or improper mental...
Read more >Failure to Launch: Addressing the Needs of Transition-Age ...
In a failure to launch, an individual experiences difficulty adapting to the demands of the next phase of life and becomes “stuck.” And...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@stonebig In that case, if
LoadLibrary("ucrtbase.dll")
fails, you know the machine isn’t up to date. That’s the easiest way to see whether the correct CRT is installed.It depends on the failure state. For the official installer, we would fail with an obscure error message if you don’t have the prerequisites. That was because we were doing the install ourselves.
If you’re simply linking to the full vcredist, then it should fail with a detailed message if the prereqs are missing. An annoying extra download before finding that out, but not necessarily the end of the world, depending on the expected user base.