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
Seems my issue is that I had an issue that caused Rez to be able to find a "pip" package, but when performing the resolve, it broke. There doesn't appear to be any sort of check in the code to confirm that the ResolvedContext.status == ResolverStatus.solved
This applies to the original rez-pip, but it also applies to us.
I don't know in which case a solve would fail for such simple requests, but we should support failures just in case. See
See https://academysoftwarefdn.slack.com/archives/C0321B828FM/p1697125828936919?thread_ts=1697123068.952239&cid=C0321B828FM.
This applies to the original rez-pip, but it also applies to us.
I don't know in which case a solve would fail for such simple requests, but we should support failures just in case. See
rez-pip/src/rez_pip/rez.py
Lines 246 to 262 in 9c61a5d
The text was updated successfully, but these errors were encountered: