"Error: Installation of TensorFlow not found."
"Python environments searched for 'tensorflow' package:"
" /usr/bin/python3.7"
" /usr/bin/python3.5"
" /usr/bin/python2.7"
"You can install TensorFlow using the install_tensorflow() function."
"Execution halted"
I have a feeling that this is related to the updated keras::install_keras() function.
Jobs of any simplest scripts fail with the following
error.json
:The logs look like that:
I have a feeling that this is related to the updated
keras::install_keras()
function.