-
Notifications
You must be signed in to change notification settings - Fork 623
Description
Hi Techies,
I am attempting to install psutil. Can someone please help with below. I get error below.
I have tried installing setuptools (pip install setuptools) but it does not help.
Presently python-setuptools-0.9.8-7.el7.noarch is installed and version of pip is pip 8.1.2 from /usr/lib/python2.7/site-packages (python 2.7).
pip install psutil
Collecting psutil
Using cached https://files.pythonhosted.org/packages/e1/b0/7276de53321c12981717490516b7e612364f2cb372ee8901bd4a66a000d7/psutil-5.8.0.tar.gz
Complete output from command python setup.py egg_info:
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires'
warnings.warn(msg)
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'long_description_content_type'
warnings.warn(msg)
error in psutil setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-jdFWqc/psutil/
Thanks
David