Hello I successfully installed keras and TensorFlow backend with install_keras(). I attached the installation log as keras_install_log.txt. After that I tried to download mnist data with dataset_mnist() function. However I got the following error message: #----------------------------------------------------------------------------> library(keras) > mnist <- dataset_mnist()Using TensorFlow backend. Error: ImportError: Traceback (most recent call last): ? File "C:\Users\user\MINICO~1\envs\R-TENS~1\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 14, in swig_import_helper? ? return importlib.import_module(mname) ? File "C:\Users\user\MINICO~1\envs\R-TENS~1\lib\importlib\__init__.py", line 126, in import_module? ? return _bootstrap._gcd_import(name[level:], package, level) ? File "<frozen importlib._bootstrap>", line 994, in _gcd_import ? File "<frozen importlib._bootstrap>", line 971, in _find_and_load ? File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked ? File "<frozen importlib._bootstrap>", line 658, in _load_unlocked ? File "<frozen importlib._bootstrap>", line 571, in module_from_spec ? File "<frozen importlib._bootstrap_external>", line 922, in create_module ? File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed ImportError: DLL load failed with error code -1073741795 During handling of the above exce #--------------------------------------------------------------------------------------- I also attached the error message as error_message.txt How can I fix this problem. Thanks -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: keras_install_log.txt URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20190329/319f082b/attachment.txt> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: error_message.txt URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20190329/319f082b/attachment-0001.txt>