Search code examples
tensorflowpip

Installation of tensor flow on windows


When I installed tensor flow, after type following command pip3 install --upgrade tensor flow following issue rose up

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

any solutions??


Solution

  • Tensorflow is very easy to install, just follow the doc, you will finish it easily. In you install command you should use tensorflow not tensor flow.