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
$ ipython
Python 3.6.7 | packaged by conda-forge | (default, Nov 6 2019, 16:19:42)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.11.1 -- An enhanced Interactive Python. Type '?' for help.
$ ipython
Python 3.6.7 | packaged by conda-forge | (default, Nov 6 2019, 16:19:42)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.11.1 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import tensorflow
In [2]: print(tensorflow.version)
2.0.0
In [3]: import tensorflow.contrib
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 import tensorflow.contrib
ModuleNotFoundError: No module named 'tensorflow.contrib'
The text was updated successfully, but these errors were encountered: