I too got the same problem.
I downloaded get-pip.py
from https://bootstrap.pypa.io/get-pip.py and then ran python2.7 get-pip.py
for installing pip2.7
.
And then ran the pip install
command with python2.7
as follows.
For Ubuntu/Linux:
python2.7 -m pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
For Mac OS X:
python2.7 -m pip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl
This should work just fine as it did for me 🙂
I followed these instructions from here.
Related Posts:
- “pip install unroll”: “python setup.py egg_info” failed with error code 1
- ImportError: No module named tensorflow
- How do I install a Python package with a .whl file?
- How do I install a Python package with a .whl file?
- Install pip for python 3.5
- “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?
- How do I install pip on macOS or OS X?
- How can I install pip on Windows?
- Could not find a version that satisfies the requirement tensorflow
- pip/python: normal site-packages is not writeable
- “Defaulting to user installation because normal site-packages is not writeable” python message
- Could not find a version that satisfies the requirement tensorflow
- Conda version pip install -r requirements.txt –target ./lib
- Conda version pip install -r requirements.txt –target ./lib
- python3 command not found after installing python with pyenv
- Bash: Python3: command not found (Windows, discord.py)
- “ssl module in Python is not available”
- How to uninstall mini conda? python
- Is it safe to delete ~/.cache/pip directory
- pip install mysql-python fails with EnvironmentError: mysql_config not found
- pip install mysql-python fails with EnvironmentError: mysql_config not found
- Why does “pip install” inside Python raise a SyntaxError?
- Conda version pip install -r requirements.txt –target ./lib
- Visual C++ for python failed with exit status 2 when installing divisi2
- python install wheel leads to import error
- How to install requests module in Python 3.4, instead of 2.7
- TensorFlow not found using pip
- PIP (Python) : ImportError: cannot import name _remove_dead_weakref
- How to change pip installation path
- Failed building wheel for Twisted in Windows 10 python 3
- Dealing with multiple Python versions and PIP?
- How do I install pip on macOS or OS X?
- How do I update\upgrade pip itself from inside my virtual environment?
- How do I update\upgrade pip itself from inside my virtual environment?
- How to install pip with Python 3?
- ‘pip’ is not recognized as an internal or external command
- pip not recognised 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?
- How to completely remove Python from a Windows machine?
- How to update/upgrade a package using pip?
- How can I upgrade specific packages using pip and a requirements file?
- bash: pip: command not found
- bash: pip: command not found
- How to uninstall a package installed with pip install –user
- How to uninstall pip on OSX?
- How can I install packages using pip according to the requirements.txt file from a local directory?
- What is the difference between model.fit() an model.evaluate() in Keras?
- How to install Visual C++ Build tools?
- ImportError: No module named pip
- ImportError: No module named pip
- Pip freeze vs. pip list
- Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
- Where is BeautifulSoup4 hiding?
- Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
- How to find which version of TensorFlow is installed in my system?
- Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
- How do I install and use cURL on Windows?
- ImportError: No module named ‘tensorflow.python’
- Homebrew install specific version of formula?
- Where does pip install its packages?
- Where does pip install its packages?
- What is the meaning of the word logits in TensorFlow?
- How to install python3 version of package via pip on Ubuntu?
- Could not install packages due to an EnvironmentError:
- How to install pytorch in Anaconda with conda or pip?
- How to install MinGW 64 on windows 10
- ImportError: No module named ‘keras’
- Installing Homebrew on OS X
- “ssl module in Python is not available” when installing package with pip3
- Python3: ImportError: No module named ‘_ctypes’ when using Value from module multiprocessing
- 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
- import opencv vs import cv2
- No module named ‘psycopg2’
- Is #include
bad practice? - How to pip or easy_install tkinter on Windows
- Conda uninstall one package and one package only
- pip or pip3 to install packages for Python 3?
- JRE Missing when installing eclipse
- How to install JQ on Mac on the command line?
- ImportError: libcublas.so.9.0: cannot open shared object file
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
- Error after upgrading pip: cannot import name ‘main’
- filename.whl is not supported wheel on this platform
- [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
- “E: Unable to locate package python-pip” on Ubuntu 18.04 [duplicate]
- Convert a tensor to numpy array in Tensorflow?
- Convert a tensor to numpy array in Tensorflow?
- Permission denied error by installing matplotlib
- Updating matplotlib in virtualenv with pip
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
- ImportError: cannot import name main when running pip –version command in windows7 32 bit
- filename.whl is not a supported wheel on this platform
- E: unable to locate package pip
- bundle install returns “Could not locate Gemfile”
- how to find libstdc++.so.6: that contain GLIBCXX_3.4.19 for RHEL 6?
- What is the difference between pip and conda?