Replies: 2 comments 4 replies
-
When you specifies |
Beta Was this translation helpful? Give feedback.
3 replies
-
i am gettion resolutionError in google colab for ISR module. How can i resolve it?? Please help |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When
pdm sync
orpdm install
, you may get aResolutionImpossible
error. Sometimes it may contain useful additional messages that tells you what to do. Most of the time it just prints the repr ofRequirementInformation
.What I can infer from this is "PDM is trying to install
numpy
and the candidate isnumpy==1.22.3
this needspython>=3.8
. Elsewhere there is a requirement forpython >=3.7
"Great 👍, but where's the conflict?!
Beta Was this translation helpful? Give feedback.
All reactions