ImportError: DLL load failed
nranthony opened this issue · 0 comments
nranthony commented
Hi guys, I hope the science treats you well.
I'm getting an import error:
import pyklb
Traceback (most recent call last):
File "<ipython-input-1-da2554c45cc7>", line 1, in <module>
import pyklb
ImportError: DLL load failed: The specified module could not be found.
I followed the instructions, copying the lib file to ./build/lib
, and let the binary be auto downloaded. The command line output is here: anaconda_prompt_output.txt
For completeness, here is the complete folder structure if it helps: pyklb.zip
On looking into potential fixes, I saw that a few people solved a similar error by installed MSVC 2015, which I tried, but without success as it wouldn't allow the install given currently installed versions. I have 2005, 2008, 2010, 2012, 2013, and 2017 already installed. Not sure why 2015 is not an allowed install.
Any thoughts on what to try are much appreciated.
Thanks
Neil