Copy link Member fabianoboril commented Jan 17, 2019. However I still experience the 'ImportError: No module named numpy'. As a work around, go to: carla\Build\zlib-source\build Copy the file named zlib.dll in the directory of the script. If this message appears when trying to run a script, one of the libraries needed has not been properly installed.
ImportError: DLL load failed: The specified module could not be found.I double checked, it seems that I'm using Python 3.6 as CNTK does not support 3.7 yet.You can verify this: You can verify this: python3 -c 'import zlib' The zlib module is an optional feature for python and it seems that the version of python3.5 in RHEL 6.6 does not include it.