0

I am attempting to install TensorFlow on my Macintosh computer. I was following the instructions as provided on their website when I reached a problem. I had established a virtual environment in the MacOS terminal and attempted to use pip to install TensorFlow with the command

pip install tensorflow

when I received the following message:

Collecting tensorflow
  Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow

How can I resolve this? Thank you for any assistance you can provide.

Sincerely, Suren Grigorian

1 Answers1

0

try updating pip using python3 -m pip3 install --upgrade pip3 and try again by specifying tensorflow version with pip3 install tensorflow==2.3.1