You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have keras installed in a virtual environment (using Anaconda). Each time I switch to the virtualenv, I get the following error:
~/anaconda3/envs/dev/etc/conda/activate.d/keras_activate.sh:2: = not found
I can verify that keras imports into Python after switching to the environment, so I'm not sure what the message is all about. The file contains the following:
#!/bin/bashif [ "$(uname)"=="Darwin" ]
then# for Mac OSXexport KERAS_BACKEND=tensorflow
elif [ "$(uname)"=="Linux" ]
then# for Linuxexport KERAS_BACKEND=theano
fi
I'm running keras 2.0.9 on macOS under Python 3.6.1.
The text was updated successfully, but these errors were encountered:
I have keras installed in a virtual environment (using Anaconda). Each time I switch to the virtualenv, I get the following error:
I can verify that keras imports into Python after switching to the environment, so I'm not sure what the message is all about. The file contains the following:
I'm running keras 2.0.9 on macOS under Python 3.6.1.
The text was updated successfully, but these errors were encountered: