Skip to content

ValueError: Invalid Version range #9744

@adamjstewart

Description

@adamjstewart

I have 2 packages, A and B. Package A contains:

depends_on('[email protected]:')
depends_on('B')

Package B only works with Python 2, and contains:

depends_on('python@:2')

As far as I know, this should be valid, and Spack should concretize to the latest version of Python 2. Instead, I get the following error:

==> Error: Invalid Version range: 2.3:2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions