-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I switched to Python 2.7 on my RHEL 8.2
# /usr/bin/python --version
Python 2.7.17
# pip --version
pip 9.0.3 from /usr/lib/python2.7/site-packages (python 2.7)
When I try to install RPM.
# rpm -ivh pcircle-0.17.1-1.el7.noarch.rpm
error: Failed dependencies:
python >= 2.7 is needed by pcircle-0.17.1-1.el7.noarch
python-cffi is needed by pcircle-0.17.1-1.el7.noarch
numpy is needed by pcircle-0.17.1-1.el7.noarch
python-scandir is needed by pcircle-0.17.1-1.el7.noarch
pyxattr is needed by pcircle-0.17.1-1.el7.noarch
mpi4py-openmpi is needed by pcircle-0.17.1-1.el7.noarch
python2-future is needed by pcircle-0.17.1-1.el7.noarch
python2-bitarray is needed by pcircle-0.17.1-1.el7.noarch
A couple of above are already there. For example:
[root@e1n1-g ~]# pip show cffi
Name: cffi
Version: 1.14.1
Summary: Foreign Function Interface for Python calling C code.
Home-page: http://cffi.readthedocs.org
Author: Armin Rigo, Maciej Fijalkowski
Author-email: [email protected]
License: MIT
Location: /usr/lib64/python2.7/site-packages
Requires: pycparser
You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[root@e1n1-g ~]# pip show numpy
Name: numpy
Version: 1.16.6
Summary: NumPy is the fundamental package for array computing with Python.
Home-page: https://www.numpy.org
Author: Travis E. Oliphant et al.
Author-email: None
License: BSD
Location: /usr/lib64/python2.7/site-packages
Requires:
You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[root@e1n1-g ~]# pip show scandir
Name: scandir
Version: 1.10.0
Summary: scandir, a better directory iterator and faster os.walk()
Home-page: https://github.com/benhoyt/scandir
Author: Ben Hoyt
Author-email: [email protected]
License: New BSD License
Location: /usr/lib64/python2.7/site-packages
Requires:
You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[root@e1n1-g ~]# pip show pyxattr
Name: pyxattr
Version: 0.6.1
Summary: Filesystem extended attributes for python
Home-page: http://pyxattr.k1024.org/
Author: Iustin Pop
Author-email: [email protected]
License: LGPL
Location: /usr/lib64/python2.7/site-packages
Requires:
You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[root@e1n1-g ~]# pip show bitarray
Name: bitarray
Version: 1.4.2
Summary: efficient arrays of booleans -- C extension
Home-page: https://github.com/ilanschnell/bitarray
Author: Ilan Schnell
Author-email: [email protected]
License: PSF
Location: /usr/lib64/python2.7/site-packages
Requires:
You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Sorry - I know very little about Python. Any help is appreciated as to what might be the issue and how to solve it?
Thank YOU
Metadata
Metadata
Assignees
Labels
No labels