python-dateutil issue
I'm trying to install s3cmd and getting this error:
Can anyone give me any clues as to what this all means or how to fix it? I don't even know where to start. I tried this as per a note in the s3cmd install, but mad no difference
Processing dependencies for s3cmd==2.0.2
Searching for python-dateutil
Reading https://pypi.python.org/simple/python-dateutil/
Best match: python-dateutil 2.8.1
Downloading https://files.pythonhosted.org/packages/be/ed/5bbc91f03fa4c839c4c7360375da77f9659af5f7086b7a7bdda65771c8e0/python-dateutil-2.8.1.tar.gz#sha256=73ebfe9dbf22e832286
Processing python-dateutil-2.8.1.tar.gz
Writing /tmp/easy_install-_XEtfL/python-dateutil-2.8.1/setup.cfg
Running python-dateutil-2.8.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-_XEtfL/python-dateutil-2.8.1/egg-dist-tmp-AaLnPk
/tmp/easy_install-_XEtfL/python-dateutil-2.8.1/setup.py:20: UserWarning: python_requires requires setuptools version > 24.3
UserWarning)
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'use_scm_version'
warnings.warn(msg)
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
warning: install_lib: 'build/lib' does not exist -- no Python modules to install
zip_safe flag not set; analyzing archive contents...
UNKNOWN 0.0.0 is already the active version in easy-install.pth
Installed /usr/lib/python2.7/site-packages/UNKNOWN-0.0.0-py2.7.egg
error: Could not find required distribution python-dateutil
Can anyone give me any clues as to what this all means or how to fix it? I don't even know where to start. I tried this as per a note in the s3cmd install, but mad no difference
yum install python-setuptools
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
* EA4: 185.125.185.32
* cpanel-addons-production-feed: 185.125.185.32
* cpanel-plugins: 185.125.185.32
* base: mirror.umd.edu
* extras: mirror.lug.udel.edu
* updates: mirror.ash.fastserv.com
Package python-setuptools-0.9.8-7.el7.noarch already installed and latest version
Nothing to do
-
disregard. yum install python-dateutil Seems to have fixed it. Not sure why their instructions said something else. 0 -
I'm glad you were able to get it resolved and thank you for adding what you did to fix it. 0
Please sign in to leave a comment.
Comments
2 comments