I found this to finally work.
python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl
Edit 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.
Edit 2: A list of different versions if someone needs: https://storage.googleapis.com/tensorflow
Edit 3: A list of urls for the available wheel packages is available here: https://www.tensorflow.org/install/pip#package-location
Related Posts:
- ‘pip’ is not recognized as an internal or external command
- How to update/upgrade a package using pip?
- How do I update\upgrade pip itself from inside my virtual environment?
- bash: pip: command not found
- How to uninstall pip on OSX?
- How can I install packages using pip according to the requirements.txt file from a local directory?
- “pip install unroll”: “python setup.py egg_info” failed with error code 1
- Tensorflow import error: No module named ‘tensorflow’
- How do I install pip on macOS or OS X?
- Pip freeze vs. pip list
- ImportError: No module named tensorflow
- Could not find a version that satisfies the requirement tensorflow
- Could not find a version that satisfies the requirement tensorflow
- Install pip for python 3.5
- How to install pip with Python 3?
- Is there a way to create multiline comments in Python?
- How can I remove a specific item from an array?
- IndexError: too many indices for array
- numpy array: IndexError: too many indices for array
- Python3 – ModuleNotFoundError: No module named ‘numpy’
- How do I specify new lines on Python, when writing on files?
- What is the purpose of the return statement?
- bash: pip: command not found
- How do I check what version of Python is running my script?
- How to uninstall a package installed with pip install –user
- Converting integer to string in Python
- deleting file if it exists; python
- Reverse a string in Python
- Python for-in loop preceded by a variable
- Python Linked List
- What does if __name__ == “__main__”: do?
- How to print without a newline or space
- How to measure elapsed time in Python?
- How to uninstall Anaconda completely from macOS
- Python: Start and stop timer [duplicate]
- not all arguments converted during string formatting.. NO % variables
- TypeError: ‘builtin_function_or_method’ object is not subscriptable
- ImportError: No module named sklearn.cross_validation
- How can I prevent the TypeError: list indices must be integers, not tuple when copying a python list to a numpy array?
- What are data classes and how are they different from common classes?
- Python random function
- Converting NumPy array into Python List structure?
- Converting string into datetime
- ImportError: No module named matplotlib.pyplot
- How do you get the logical xor of two variables in Python?
- ValueError: could not convert string to float: id
- How do I list all files of a directory?
- How can I install pip on Windows?
- The difference between comparison to np.nan and isnull()
- How to install python3 version of package via pip on Ubuntu?
- How do I install a Python package with a .whl file?
- “ssl module in Python is not available” when installing package with pip3
- Can’t fix “zipimport.ZipImportError: can’t decompress data; zlib not available” when I type in “python3.6 get-pip.py”
- Configuring so that pip install can work from github
- filename.whl is not supported wheel on this platform
- “ssl module in Python is not available”
- Convert a tensor to numpy array in Tensorflow?
- Permission denied error by installing matplotlib
- E: unable to locate package pip
- How to install pip3 on Windows?
- “ImportError: no module named ‘requests'” after installing with pip
- ModuleNotFoundError: No module named ‘matplotlib’
- How to install PIP on Python 3.6?
- No module named pkg_resources
- What is the purpose of “pip install –user …”?
- How to upgrade all Python packages with pip
- How do I remove all packages installed by PIP?
- What is the easiest way to remove all packages installed by pip?
- What is the difference between sparse_categorical_crossentropy and categorical_crossentropy?
- ‘pip3’ is not recognized as an internal or external command, operable program or batch file
- How to tell if tensorflow is using gpu acceleration from inside python shell?
- How to install multiple python packages at once using pip
- pip3: command not found
- ImportError: libcuda.so.1: cannot open shared object file
- Checking whether pip is installed?
- AttributeError: Module Pip has no attribute ‘main’
- LSTM Keras input shape confusion
- What is the difference between np.mean and tf.reduce_mean?
- pip install mysql-python fails with EnvironmentError: mysql_config not found
- can’t remove python pip
- Visual C++ for python failed with exit status 2 when installing divisi2
- How to join on multiple columns in Pyspark?
- How to run Pip commands from CMD
- How to install PyGame on Python 3.4?
- urllib2.HTTPError: HTTP Error 403: Forbidden
- Django Rest Framework — no module named rest_framework
- python NameError: name ‘file’ is not defined
- boto3 python 2.7 ImportError: No module named boto3 USER_BASE USER_SITE site packages doesn’t exist
- pip3 error – ‘_NamespacePath’ object has no attribute ‘sort’
- ImportError: No module named Crypto.Cipher
- Python can’t find module NLTK
- Tensorflow 2.0 – AttributeError: module ‘tensorflow’ has no attribute ‘Session’
- No module named ‘tqdm’
- ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
- How to install pip for Python 3 on Mac OS X?
- How to install Openpyxl with pip
- Failed building wheel for Twisted in Windows 10 python 3
- How to resolve “ImportError: DLL load failed:” on Python?
- How to install PyQt4 on Windows using pip?
- How to install PyQt4 on Windows using pip?