Skip to content

Conversation

@cjolowicz
Copy link
Owner

@cjolowicz cjolowicz commented Nov 9, 2021

This avoids the following error on GA, which I have not been able to reproduce locally:

Run pipx install --pip-args=--constraint=.github/workflows/constraints.txt cutty || cat /opt/pipx/logs/cmd_*_pip_errors.log

Fatal error from pip prevented installation. Full pip output in file:

    /opt/pipx/logs/cmd_2021-11-09_13.43.30_pip_errors.log

creating virtual environment...

Some possibly relevant errors from pip install:

installing cutty...

    ERROR: Cannot install cutty because these package versions have conflicting dependencies.

    ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

Error installing cutty.

PIP STDOUT
----------

The conflict is caused by:
    The user requested cutty
    The user requested (constraint) cutty==0.16.0

To fix this you could try to:

1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

PIP STDERR
----------
ERROR: Cannot install cutty because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
Error: Process completed with exit code 127.

This avoids the following error on GA, which I have not been able to
reproduce locally:

Run pipx install --pip-args=--constraint=.github/workflows/constraints.txt cutty || cat /opt/pipx/logs/cmd_*_pip_errors.log

Fatal error from pip prevented installation. Full pip output in file:
    /opt/pipx/logs/cmd_2021-11-09_13.43.30_pip_errors.log

creating virtual environment...

Some possibly relevant errors from pip install:

installing cutty...

    ERROR: Cannot install cutty because these package versions have conflicting dependencies.

    ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

Error installing cutty.

PIP STDOUT
----------

The conflict is caused by:
    The user requested cutty
    The user requested (constraint) cutty==0.16.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

PIP STDERR
----------
ERROR: Cannot install cutty because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
Error: Process completed with exit code 127.
@cjolowicz cjolowicz added ci Changes to CI configuration files and scripts cookiecutter Changes outside of the template directory labels Nov 9, 2021
@cjolowicz cjolowicz merged commit 231c32d into main Nov 9, 2021
@cjolowicz cjolowicz deleted the ci/cutty-pip branch November 9, 2021 15:17
@cjolowicz cjolowicz mentioned this pull request Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Changes to CI configuration files and scripts cookiecutter Changes outside of the template directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants