简体   繁体   中英

Error MSVCP140.dll not found on python Geopandas installation

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 :)

As eryksun said in his comment,

then MSVCP140.dll needs to be installed to the System32 directory or a PATH directory. Installing vc_redist.x86.exe should resolve your issue.

I post it here, because it solved my problem.

The fact that I change from win 64 to 32 bits, but I keep my python 32 bits has caused the error.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM