nds-org / esiphub

ESIPhub pilot materials
0 stars 4 forks source link

TensorFlow fails to import (core dump) #13

Closed tylere closed 6 years ago

tylere commented 6 years ago

To replicate, open up a python shell in a JupyterLab terminal, and attempt to import tensorflow.

jovyan@jupyter-tylere:~$ python
Python 3.6.5 | packaged by conda-forge | (default, Apr  6 2018, 13:39:56)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow
Illegal instruction (core dumped)
jovyan@jupyter-tylere:~$
tylere commented 6 years ago

Because TensorFlow was installed to accompany the Earth Engine library, but is not needed for the set of Earth Engine notebooks I plan to use at the ESIP workshop, I think the best path is to simply remove TensorFlow from the list of import packages.