{"id":826,"hash":"c3143188f0b9eb04ab4403f517fdd84422b050db8971d223990a3473b06f7a9d","pattern":"TensorFlow not found using pip","full_message":"I'm trying to install TensorFlow using pip:\n\n $ pip install tensorflow --user\nCollecting tensorflow\nCould not find a version that satisfies the requirement tensorflow (from versions: )\nNo matching distribution found for tensorflow\n\nWhat am I doing wrong? So far I've used Python and pip with no issues.","ecosystem":"pypi","package_name":"tensorflow","package_version":null,"solution":"I found this to finally work.\n\npython3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl\n\nEdit 1: This was tested on Windows (8, 8.1, 10), Mac and Linux. Change python3 to python according to your configuration. Change py3 to py2 in the url if you are using Python 2.x.\n\nEdit 2: A list of different versions if someone needs: https://storage.googleapis.com/tensorflow\n\nEdit 3: A list of urls for the available wheel packages is available here:\nhttps://www.tensorflow.org/install/pip#package-location","confidence":0.95,"source":"stackoverflow","source_url":"https://stackoverflow.com/questions/38896424/tensorflow-not-found-using-pip","votes":723,"created_at":"2026-04-19T04:51:47.821984+00:00","updated_at":"2026-04-19T04:51:57.729509+00:00"}