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
SolverProblemError
Because some_other_package depends on some_package (2.0.0) which depends on torch (1.7.1+cu110), torch is required.
So, because some_other_package depends on torch (*), version solving failed.
This makes it impossible to support multiple-constraint dependencies that contain URLs, which was something I attempted as a solution to #2613
The text was updated successfully, but these errors were encountered:
Would it be suitable to override this method for URLDependency with some reference to the version/constraint of the package instead of checking the URL matches?
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: macOS Big Sur 11.2.3
Poetry version: 1.1.6
Issue
When building a first package with a URL dependency, any other package depending on it fails when specifying a version
Example:
Now depending on that package and specifying a version of torch:
Leads to the following:
This makes it impossible to support multiple-constraint dependencies that contain URLs, which was something I attempted as a solution to #2613
The text was updated successfully, but these errors were encountered: