I get "ResolutionImpossible" error when running "pdm install" on PDM's own project #2146
Closed
1 task done
Labels
🐛 bug
Something isn't working
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
I created a virtual environment according to "Local Development" section of the CONTRIBUTING.md and ran
pdm install
.Actual behavior
ResolutionImpossible
error occurred and installation of the dependent package failed.This error appears to be caused by a restriction on the pip resolver
requires-python
.This error seems odd, considering that CI cycles for this repository are routinely successful. However, it may be noted that I am using amazon linux 2 based on centOS 7 for development.
verbose messages
Expected behavior
Package installation completes successfully
Environment Information
The text was updated successfully, but these errors were encountered: