Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

illegal instruction when importing tangent #68

Open
vck opened this issue Mar 21, 2018 · 3 comments
Open

illegal instruction when importing tangent #68

vck opened this issue Mar 21, 2018 · 3 comments

Comments

@vck
Copy link

vck commented Mar 21, 2018

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.

@mdanatg
Copy link

mdanatg commented Mar 21, 2018

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?

@vck
Copy link
Author

vck commented Mar 22, 2018

@mdanatg yes, tensorflow too. Autograd isn't affected.

@mihaic
Copy link

mihaic commented Oct 17, 2018

This is likely TensorFlow issue 17411:
tensorflow/tensorflow#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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants