Jan 15, 2020 Refer: https://github.com/SeemonJ/moses I am getting below error (pl. see "ERROR I GET" below) when running any of the below commands in Jupyter Notebook 6.0.2 in Anaconda3: !python scripts/run.py --device cuda:1 !python scripts/run.py --device cuda:1 --model latentgan !python scripts/run.py --device cuda:1 --model aae !python scripts/run.py !python scripts/run.py --device cuda:1 !python scripts/run.py --model aae !python scripts/run.py --device cuda:1 --model aae !python scripts/run.py --model latentgan !python scripts/run.py --device cuda:1 --model latentgan !python scripts/sample.py aae --help Request your help to solve the errors. What have I done so far: 1. Successfully downloaded all packages. Pl. see list of packages installed in the environment. 2. To address "ImportError: DLL load failed: The specified module could not be found." I have downloaded version 7.10.6030.0 from https://www.dll-files.com/msvcp71.dll.html and downloaded version 7.10.6030.0 from https://www.dll-files.com/msvcr71.dll.html, and saved the 2 DLLL files to And saved them to system32 and syswow folders. ERROR I GET: Traceback (most recent call last): File "C:\ProgramData\Anaconda3\envs\moses_env\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\ProgramData\Anaconda3\envs\moses_env\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\ProgramData\Anaconda3\envs\moses_env\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\ProgramData\Anaconda3\envs\moses_env\lib\imp.py", line 243, in load_module return load_dynamic(name, filename, file) File "C:\ProgramData\Anaconda3\envs\moses_env\lib\imp.py", line 343, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "scripts/run.py", line 6, in from moses.models_storage import ModelsStorage File "C:\ProgramData\Anaconda3\envs\moses_env\lib\site-packages\molsets-0.2-py3.6.egg\moses\models_storage.py", line 5, in from moses.latentgan import LatentGAN, LatentGANTrainer, latentGAN_parser File "C:\ProgramData\Anaconda3\envs\moses_env\lib\site-packages\molsets-0.2-py3.6.egg\moses\latentgan\__init__.py", line 2, in from .model import LatentGAN File "C:\ProgramData\Anaconda3\envs\moses_env\lib\site-packages\molsets-0.2-py3.6.egg\moses\latentgan\model.py", line 4, in from ddc_pub import ddc_v3 as ddc File "C:\ProgramData\Anaconda3\envs\moses_env\lib\site-packages\ddc_pub-0.1-py3.6.egg\ddc_pub\ddc_v3.py", line 3, in import tensorflow as tf File "C:\ProgramData\Anaconda3\envs\moses_env\lib\site-packages\tensorflow\__init__.py", line 24, in from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import File "C:\ProgramData\Anaconda3\envs\moses_env\lib\site-packages\tensorflow\python\__init__.py", line 49, in from tensorflow.python import pywrap_tensorflow File "C:\ProgramData\Anaconda3\envs\moses_env\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in raise ImportError(msg) ImportError: Traceback (most recent call last): File "C:\ProgramData\Anaconda3\envs\moses_env\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\ProgramData\Anaconda3\envs\moses_env\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\ProgramData\Anaconda3\envs\moses_env\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\ProgramData\Anaconda3\envs\moses_env\lib\imp.py", line 243, in load_module return load_dynamic(name, filename, file) File "C:\ProgramData\Anaconda3\envs\moses_env\lib\imp.py", line 343, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found. Failed to load the native TensorFlow runtime. See https://www.tensorflow.org/install/errors for some common reasons and solutions. Include the entire stack trace above this error message when asking for help.