You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install pendulum on openSUSE 42.3 (Python 3.4.6). I have following error:
pip install --user pendulum
Collecting pendulum
Using cached pendulum-1.4.4.tar.gz
Complete output from command python setup.py egg_info:
/usr/lib64/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'python_requires'
warnings.warn(msg)
error in pendulum setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected version spec in python-dateutil (>=2.6.0.0,<3.0.0.0) at (>=2.6.0.0,<3.0.0.0)
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-gadrpgag/pendulum/
You are using pip version 9.0.1, however version 9.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
evandrocoan, mmehedin, shamilasallay, bsolomon1124, nbro and 1 more