Problem after install tensorflow in python 3
up vote
0
down vote
favorite
ive installed tensorflow
But when i try to start it i give this error:
2018-11-10 19:07:16.129068: F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to use SSE4.1 instructions, but these aren't available on your machine.
Why?
python-3.x tensorflow neural-network
add a comment |
up vote
0
down vote
favorite
ive installed tensorflow
But when i try to start it i give this error:
2018-11-10 19:07:16.129068: F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to use SSE4.1 instructions, but these aren't available on your machine.
Why?
python-3.x tensorflow neural-network
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
ive installed tensorflow
But when i try to start it i give this error:
2018-11-10 19:07:16.129068: F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to use SSE4.1 instructions, but these aren't available on your machine.
Why?
python-3.x tensorflow neural-network
ive installed tensorflow
But when i try to start it i give this error:
2018-11-10 19:07:16.129068: F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to use SSE4.1 instructions, but these aren't available on your machine.
Why?
python-3.x tensorflow neural-network
python-3.x tensorflow neural-network
asked Nov 10 at 18:12
user10002393
82
82
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
Your CPU is too old for precompiled libraries. Or you compiled TF from source with SSE instructions enabled and your CPU does not support SSE instructions.
If you used precompiled libraries, you will need to compile from source without SSE instructions. Check this post for more details.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Your CPU is too old for precompiled libraries. Or you compiled TF from source with SSE instructions enabled and your CPU does not support SSE instructions.
If you used precompiled libraries, you will need to compile from source without SSE instructions. Check this post for more details.
add a comment |
up vote
1
down vote
Your CPU is too old for precompiled libraries. Or you compiled TF from source with SSE instructions enabled and your CPU does not support SSE instructions.
If you used precompiled libraries, you will need to compile from source without SSE instructions. Check this post for more details.
add a comment |
up vote
1
down vote
up vote
1
down vote
Your CPU is too old for precompiled libraries. Or you compiled TF from source with SSE instructions enabled and your CPU does not support SSE instructions.
If you used precompiled libraries, you will need to compile from source without SSE instructions. Check this post for more details.
Your CPU is too old for precompiled libraries. Or you compiled TF from source with SSE instructions enabled and your CPU does not support SSE instructions.
If you used precompiled libraries, you will need to compile from source without SSE instructions. Check this post for more details.
answered Nov 10 at 19:43
Ali Harakeh
111
111
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53241974%2fproblem-after-install-tensorflow-in-python-3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown