Similar to ImportError: DLL load failed: %1 is not a valid Win32 application. But the DLL's are there ...
This has been 4 hours of my life, so any help is appreciated:
I'm running Python 2.7.12 :: Anaconda 4.2.0 (64-bit) and trying to import statsmodels
When trying to import it i get the error that concludes with:
ImportError: DLL load failed: %1 is not a valid Win32 application.
I've tried verifying that all versions are the same bit-levels, I've tried uninstalling and reinstalling statsmodels from CMD, I've tried installing .exe binaries from the statsmodels site for both 32 and 64, I've tried installing the model from .whl, and I've tried updating all the dependencies. Oh I also tried adding a system PATH referencing the libraries.
Thank you