Skip to content

Conversation

@pktpls
Copy link
Contributor

@pktpls pktpls commented Feb 1, 2026

Apparantly it needs a version number including the minor part.

> pip -V
pip 26.0 from /home/user/w/ff/ansible/venv/lib64/python3.14/site-packages/pip (python 3.14)
> pip install -U -r requirements.txt
ERROR: Invalid requirement: 'ansible ~= 13': Expected semicolon (after name with no version specifier) or end
    ansible ~= 13
            ^ (from line 1 of requirements.txt)

Apparantly it needs a version number including the minor part.

    > pip -V
    pip 26.0 from /home/user/w/ff/ansible/venv/lib64/python3.14/site-packages/pip (python 3.14)
    > pip install -U -r requirements.txt
    ERROR: Invalid requirement: 'ansible ~= 13': Expected semicolon (after name with no version specifier) or end
        ansible ~= 13
                ^ (from line 1 of requirements.txt)
@nicolasberens nicolasberens merged commit 6c29e2a into main Feb 2, 2026
1 check passed
@nicolasberens nicolasberens deleted the fix-version-matcher branch February 2, 2026 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants