Skip to content

Installation error: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers #187

@rominf

Description

@rominf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions