+ 2
I have trouble in installation of python 3.7 in my pc.
I tried to install python 3.7 in my windows 7 professional 32-bit. And it comes back with an error telling some specific DLL is missing. I installed nearly a 20 DLLs but still it prompts up and says a new DLL is missing.. Someone give me a solution to fix it.
12 ответов
+ 1
i just search that component, it seems its a part of vcredist2015
try to use windows update you have any pending update.
or just download the thing from microsoft
https://www.microsoft.com/en-us/download/details.aspx?id=48145
+ 2
Can you tell me what are all the dlls required for python 3.7 32-bit??
+ 1
Check if you have downloaded the correct version (32 bit or x86) and download it again. Then try installing.
If the problem exists still try searching for the issue with that internet. Sometime there are chances that these questions have been answered
+ 1
what dll? tell us the name.maybe there are some essesensial software that you're missing
and NEVER install dll individually from third-party website, those could have been tampered.
+ 1
Oh ok thanks. And I have installed ×86 i.e. for my 32 bit pc.
It prompts me saying api-ms-win-crt-stdio-l1-1-0-dll is missing..
Thanks for answering :D
+ 1
I have 3 visual c++ redistribute installed in pc..
+ 1
is it 2015 ?
+ 1
I have two 2013 and one 2015
+ 1
try to google the other dll and find which component they're belong to. its pretty simple steps but repetitive
+ 1
Ok thanks
+ 1
i'm not sure tbh, it doesnt explicitly written anywhere
this one mention about Microsoft C Runtime, but doesnt said which version.
https://docs.python.org/3/using/windows.html
maybe make sure your windows is updated to lastest version
0
Finally I changed my OS to 64 bit and solved the issue