0

Unable to install tensonflow with Pip.

pip install tensorflow==1.2.1
    Collecting tensorflow==1.2.1
      Could not find a version that satisfies the requirement tensorflow==1.2.1 (from versions: )
    No matching distribution found for tensorflow==1.2.1
Raja G
  • 5,973
  • 14
  • 49
  • 82

1 Answers1

0

Try this:
pip install --user install tensorflow==1.2.1.
You might need to use pip3 instead of pip if using python 3.

Prateek Gulati
  • 101
  • 1
  • 7