Check: /usr/local/lib/python3.5/dist-packages
You’ll either have Pip there or easy_install(part of Pythons setup tools), which can be used to install Pip:
sudo apt-get install python3-setuptools sudo python3.5 easy_install.py pip
Or you can try:
python3.5 -m ensurepip
Another option is attempting to install from a repository, the package name depends on your distribution:
sudo apt-get install python3-pip pip3
Edit: Try this correction for easy install:
sudo apt-get install python3-setuptools sudo python3.5 /usr/local/lib/python3.5/dist-packages/easy_install.py pip
I’m assuming that’s the directory it’s installed to.
Also, you’re missing this library for the python3.5 -m ensurepip
command:
sudo apt-get install libssl-dev
Related Posts:
- ImportError: No module named tensorflow
- How do I install pip on macOS or OS X?
- How can I install pip on Windows?
- How to find which version of TensorFlow is installed in my system?
- How to install python3 version of package via pip on Ubuntu?
- Could not find a version that satisfies the requirement tensorflow
- “Defaulting to user installation because normal site-packages is not writeable” python message
- Could not find a version that satisfies the requirement tensorflow
- using pip3: module “importlib._bootstrap” has no attribute “SourceFileLoader”
- How to tell if tensorflow is using gpu acceleration from inside python shell?
- Why does “pip install” inside Python raise a SyntaxError?
- pip connection failure: cannot fetch index base URL http://pypi.python.org/simple/
- How to Install pip for python 3.7 on Ubuntu 18?
- How to change pip installation path
- Failed building wheel for Twisted in Windows 10 python 3
- 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 not recognised as an internal or external command
- How to update/upgrade a package using pip?
- bash: pip: command not found
- How to uninstall a package installed with pip install –user
- ImportError: No module named pip
- ImportError: No module named pip
- “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 install unroll”: “python setup.py egg_info” failed with error code 1
- Where is BeautifulSoup4 hiding?
- ImportError: No module named ‘tensorflow.python’
- error: command ‘gcc’ failed with exit status 1 while installing eventlet
- error: command ‘gcc’ failed with exit status 1 while installing eventlet
- Where does pip install its packages?
- Where does pip install its packages?
- Could not install packages due to an EnvironmentError:
- How to install pytorch in Anaconda with conda or pip?
- 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’
- How to pip or easy_install tkinter on Windows
- Conda uninstall one package and one package only
- Error after upgrading pip: cannot import name ‘main’
- filename.whl is not supported wheel on this platform
- “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
- 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
- What is the difference between pip and conda?
- bash: pip: command not found
- “E: Unable to locate package python-pip” on Ubuntu 18.04 [duplicate]
- Convert a tensor to numpy array in Tensorflow?
- How to know the version of pip itself
- How to install pip3 on Windows?
- “ImportError: no module named ‘requests'” after installing with pip
- Tensorflow: why ‘pip uninstall tensorflow’ cannot find tensorflow
- How do I install the yaml package for Python?
- Installing tensorflow with anaconda in windows
- ModuleNotFoundError: No module named ‘matplotlib’
- Cannot uninstall Tensorflow
- error: Unable to find vcvarsall.bat
- error: Unable to find vcvarsall.bat
- AttributeError: Module Pip has no attribute ‘main’
- pg_config executable not found
- Can I force pip to reinstall the current version?
- error: Failed to load the native TensorFlow runtime
- How can I install Python’s pip3 on my Mac?
- Removing pip’s cache?
- setup script exited with error: command ‘x86_64-linux-gnu-gcc’ failed with exit status 1
- Could not find a version that satisfies the requirement
- Can I run Keras model on gpu?
- 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?
- How to get pip to work behind a proxy server
- 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
- Using Pip to install packages to Anaconda Environment
- How to install multiple python packages at once using pip
- pip3: command not found
- How are Pipfile and Pipfile.lock used?
- ImportError: libcuda.so.1: cannot open shared object file
- Checking whether pip is installed?
- AttributeError: Module Pip has no attribute ‘main’
- pg_config executable not found
- Import error when trying to import tensorflow with gpu
- LSTM Keras input shape confusion
- What is the difference between np.mean and tf.reduce_mean?
- ‘Pip’ is Not Recognized as an Internal or External Command windows 10 CMD
- How to reinstall a pip package even if it exists
- Failed to load the native TensorFlow runtime – TensorFlow 2.1
- How can I install Python’s pip3 on my Mac?