Problem in installing Tensorflow in python 3.6.7
up vote
0
down vote
favorite
I found a problem installing Tensorflow in python 3.7 with pip. So I did a bit of research and found that at the moment Tesorflow is not available for python version 3.7. So I unloaded python and downloaded version 3.6.7 but the problem remains:
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
python tensorflow installation pip
add a comment |
up vote
0
down vote
favorite
I found a problem installing Tensorflow in python 3.7 with pip. So I did a bit of research and found that at the moment Tesorflow is not available for python version 3.7. So I unloaded python and downloaded version 3.6.7 but the problem remains:
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
python tensorflow installation pip
1
You need to make sure you are using 64 bit version of python. If you still can't get it, try specifying the library url manually from Tensorflow Install Guide bypip3 install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp36-cp36m-linux_x86_64.whl
– Berkays
Nov 10 at 15:25
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I found a problem installing Tensorflow in python 3.7 with pip. So I did a bit of research and found that at the moment Tesorflow is not available for python version 3.7. So I unloaded python and downloaded version 3.6.7 but the problem remains:
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
python tensorflow installation pip
I found a problem installing Tensorflow in python 3.7 with pip. So I did a bit of research and found that at the moment Tesorflow is not available for python version 3.7. So I unloaded python and downloaded version 3.6.7 but the problem remains:
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
python tensorflow installation pip
python tensorflow installation pip
edited Nov 10 at 19:16
desertnaut
15.8k63465
15.8k63465
asked Nov 10 at 14:08
Niccolò caselli
977
977
1
You need to make sure you are using 64 bit version of python. If you still can't get it, try specifying the library url manually from Tensorflow Install Guide bypip3 install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp36-cp36m-linux_x86_64.whl
– Berkays
Nov 10 at 15:25
add a comment |
1
You need to make sure you are using 64 bit version of python. If you still can't get it, try specifying the library url manually from Tensorflow Install Guide bypip3 install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp36-cp36m-linux_x86_64.whl
– Berkays
Nov 10 at 15:25
1
1
You need to make sure you are using 64 bit version of python. If you still can't get it, try specifying the library url manually from Tensorflow Install Guide by
pip3 install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp36-cp36m-linux_x86_64.whl
– Berkays
Nov 10 at 15:25
You need to make sure you are using 64 bit version of python. If you still can't get it, try specifying the library url manually from Tensorflow Install Guide by
pip3 install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp36-cp36m-linux_x86_64.whl
– Berkays
Nov 10 at 15:25
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f53239770%2fproblem-in-installing-tensorflow-in-python-3-6-7%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
1
You need to make sure you are using 64 bit version of python. If you still can't get it, try specifying the library url manually from Tensorflow Install Guide by
pip3 install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp36-cp36m-linux_x86_64.whl
– Berkays
Nov 10 at 15:25