0

this is my symptom:

[shankai@shankai ~]$ pip3 install tensorflowCollecting tensorflow  Could not find a version that satisfies the requirement tensorflow (from versions: )No matching distribution found for tensorflow

my python : 3.7 64bitos : ArchLinux

askedSep 11, 2018 at 8:06
kaikai_sk's user avatar
0

2 Answers2

1

As listedat the pypi tensorflow page tensorflow is currently just available for Python 3.6, not for Python 3.7.

Either change your setup to Python 3.6 or build Tensorflow from source.

answeredSep 11, 2018 at 8:46
Simon K.'s user avatar
Sign up to request clarification or add additional context in comments.

Comments

0

Try this (as suggested inthis post):

python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0-py3-none-any.whl

You should always check the official documentation of any library, module or free software you start using. You could have found this solution by checkingthe official documentation.

answeredSep 11, 2018 at 8:29
Alejandro Lorefice's user avatar

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.