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
PSC:\Users\itziakos\Projects\haas>jaguar--no-debuginstallipython-3.0.0-1Fetchingpackagerepositoriesindices.. doneUnexpectederrorAssertionError("No candidates found for requirement 'terminado', needed for dependency RepositoryPackageMetadata('ipython-3.0.0-1', repo=Repository(<enthought/free>))",)
The text was updated successfully, but these errors were encountered:
itziakos
changed the title
missing depedencies throw assertion errors instead of dependency solving error
missing dependencies throw assertion errors instead of dependency solving error
Mar 2, 2016
Better error handling in the SAT solver (that should not be too complicated)
Figure out what to do about broken dependencies when they are not explicitly required. In your case, we should fail with a message clear to the legacy case, but if all you want is one version of ipython, we should maybe just ignore packages with broken dependencies.
for example
legacy
while
sat_solver
The text was updated successfully, but these errors were encountered: