-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update to conda 24.1.2, conda-libmamba-solver 24.1.0, libmambapy 1.5.6 #61
Conversation
CI errors fixed in #60 |
- raise DeprecatedError("unable to determine the calling module") from None | ||
+ # raise DeprecatedError("unable to determine the calling module") from None | ||
+ import sys as unknown | ||
+ return (unknown, "<unknown>") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not following, why is this needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PyInstaller will fail to determine the module being deprecated because some attribute was missing during the inspection. It was introduced in #25. I'll comment it out to see what happens (maybe we don't need it anymore?), and worst case I can post the traceback for posterity.
Well, it works without the patch now :) Can you review @jezdez? 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Description
Update to conda 24.1.2, conda-libmamba-solver 24.1.0, libmambapy 1.5.6
Checklist - did you ...
news
directory (using the template) for the next release's release notes?