Skip to content
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

Merged
merged 5 commits into from
Feb 29, 2024

Conversation

jaimergp
Copy link
Collaborator

@jaimergp jaimergp commented Feb 27, 2024

Description

Update to conda 24.1.2, conda-libmamba-solver 24.1.0, libmambapy 1.5.6

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@jaimergp jaimergp requested a review from a team as a code owner February 27, 2024 11:04
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Feb 27, 2024
@jaimergp
Copy link
Collaborator Author

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>")
Copy link
Member

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?

Copy link
Collaborator Author

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.

@jaimergp
Copy link
Collaborator Author

Well, it works without the patch now :) Can you review @jezdez? 🙏

Copy link
Member

@jezdez jezdez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@jaimergp jaimergp merged commit 1c06231 into conda:main Feb 29, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants