-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ResolvedContext.get_resolved_package() should return None for failure #1325
ResolvedContext.get_resolved_package() should return None for failure #1325
Conversation
|
ee2f3f2
to
ed8be79
Compare
@alexey-pelykh what is the outcome from rez-pip once your PR is merged? I'd really like / expect rez-pip to give a nice message like "No valid version for pandas could be found" or something. Can we make sure prior to merge that we get a similar message? |
@ColinKennedy it will fallback to rez-bound python with warning instead of crashing miserably
|
ed8be79
to
6b32be8
Compare
Music to my ears! |
CLA please!
A
…On Wed, Jun 15, 2022 at 4:16 AM Colin Kennedy ***@***.***> wrote:
Music to my ears!
—
Reply to this email directly, view it on GitHub
<#1325 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMOUSVUBPRNJKKOXICWZJTVPDD6FANCNFSM5YYJYSHQ>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
Signed-off-by: Alexey Pelykh <alexey.pelykh@gmail.com>
6b32be8
to
96dd363
Compare
@nerdvegas done |
Otherwise for
rez-pip --python-version 1.2.3 -i pandas
with non-existent python version, the following stacktrace will happen: