Error Messages.
Cannot uninstall 'numpy'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
--Background.
An error is reported while installing TensorFlow.
# pip3 list --format=columns
Package Version
---------------------- -------
asn1crypto 0.24.0
cffi 1.11.5
cryptography 2.3.1
idna 2.7
mysql-connector-python 8.0.12
numpy 1.10.4
pip 18.1
protobuf 3.6.1
pycparser 2.19
pymongo 3.7.1
PyMySQL 0.9.2
redis 2.10.6
setuptools 39.0.1
six 1.11.0
wheel 0.32.1
# pip3 uninstall numpy==1.10.4
Cannot uninstall 'numpy'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
[root@node1 ~]#
Forced Upgrades.
[root@node1 ~]# pip install numpy --ignore-installed numpy
Continued Installation.
# pip3 install tensorflow==1.11.0
# pip3 list --format=columns
Package Version
---------------------- -------
absl-py 0.5.0
asn1crypto 0.24.0
astor 0.7.1
cffi 1.11.5
cryptography 2.3.1
gast 0.2.0
grpcio 1.16.0
h5py 2.8.0
idna 2.7
Keras-Applications 1.0.6
Keras-Preprocessing 1.0.5
Markdown 3.0.1
mysql-connector-python 8.0.12
numpy 1.15.2
pip 18.1
protobuf 3.6.1
pycparser 2.19
pymongo 3.7.1
PyMySQL 0.9.2
redis 2.10.6
setuptools 39.0.1
six 1.11.0
tensorboard 1.11.0
tensorflow 1.11.0
termcolor 1.1.0
Werkzeug 0.14.1
wheel 0.32.1
Read More:
- [Solved] ERROR: Cannot uninstall ‘wrapt‘. It is a distutils installed project and thus we cannot accurately d
- [Solved] ERROR: Cannot uninstall ‘PyYAML‘. It is a distutils installed project and thus we cannot accurately
- Python error collection: NameError: name ‘numpy’ is not defined
- For the problem of rejecting old usage errors after numpy is updated, modified in numpy 1.20; for more details and guidance
- Python ImportError: numpy.core.multiarray failed to import
- [Solved] RuntimeError: Numpy is not available (Associated Torch or Tensorflow)
- [How to Fix]RuntimeError: Python is not installed as a framework, If you are using (Ana)Conda
- [Solved] AttributeError: module ‘setuptools._distutils‘ has no attribute ‘version‘
- [Solved] Pytorch Tensor to numpy error: RuntimeError: Can‘t call numpy() on Tensor that requires grad.报错
- Python: RNN principle realized by numpy
- [Solved] AttributeError: module ‘distutils‘ has no attribute ‘version‘
- [Solved] Windows Configurate Python Environment error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft
- How to Solve M1 chip import numpy Error
- [Solved] supervisor Error: /usr/local/lib/python2.7/dist-packages/pkg_resources/py2_warn.py:22: UserWarning: Setuptools will stop working on Python 2
- [Solved] OpenCV Import Error: ImportError: numpy.core.multiarray failed to import
- [Solved] Original error was: No module named ‘numpy.core._multiarray_umath‘
- [Solved] Ubuntu using blender script error: Numpy cannot be found
- Import CV2 & Numpy report red Warning and Error [How to Solve]
- numpy.AxisError: axis 1 is out of bounds for array of dimension 1
- [Solved] ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly