illegal instruction when importing tangent
Python version: Python 3.6.4 (Anaconda, Inc) Distributor ID: Ubuntu Description: Ubuntu 17.10 Release: 17.10 Codename: artful
i got this error message when importing tangent.
vicky@linux:~$ python -c "import tangent"
Illegal instruction
other modules like numpy, sklearn is working fine.
This might be due to some dependencies clashing when used together. Does importing tensorflow and autograd on their own also work? What about if you try to import all of them in the same terminal?
@mdanatg yes, tensorflow too. Autograd isn't affected.
This is likely TensorFlow issue 17411: https://github.com/tensorflow/tensorflow/issues/17411
TensorFlow official binaries no longer support non-AVX CPUs: "Starting with TensorFlow 1.6, binaries use AVX instructions which may not run on older CPUs." https://www.tensorflow.org/install/source