I've installed Geopandas (a library that doesn't have a specific wheel for Windows). The pip install ran without problems but when I execute the script, it shows me an 'MSVCP140.dll not found' error.
The dll seems to be there and the permission on the temp for full control is ok too (as another post suggests in this web).
On the other hand, I read on a Python forum that this dll is causing problems because the numerous non compatible versions.
More info: this error is happening now, in a win 7 64 bits machine with py 3.5 32 bits, but in my last one it worked very well (win7 - 32 bits // python 3.4 - 32 bits).
I don't know what i'm missing.
Thanks in advance for your help :)
PATHdirectory. Installing vc_redist.x86.exe should resolve your issue. - Eryk Sun