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
Release 1.0.6 failed to be pulished to pypi with the following error in the log on the "Build dists" step:
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repo1hqu3cc_/py_env-python3.10/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing /home/runner/.cache/pre-commit/repo1hqu3cc_
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of black-pre-commit-mirror to determine which version is compatible with other requirements. This could take a while.
The conflict is caused by:
black-pre-commit-mirror 0.1.0 depends on black==24.4.2
The user requested (constraint) black==24.10.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 to attempt to solve the dependency conflict
stderr:
ERROR: Cannot install black-pre-commit-mirror==0.1.0 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
The text was updated successfully, but these errors were encountered:
Release 1.0.6 failed to be pulished to pypi with the following error in the log on the "Build dists" step:
The text was updated successfully, but these errors were encountered: