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

conda: disable '--update-deps' to work around buggy libffi(?) #3499

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

jsiirola
Copy link
Member

Fixes # .

Summary/Motivation:

Windows conda builds are currently broken because running conda with --update-deps causes libffi to be updated which results in

ImportError: DLL load failed while importing _ctypes: The specified module could not be found.

when trying to install conda packages.

Changes proposed in this PR:

  • remove --update-deps from conda install of conda-libmamba-solver

Legal Acknowledgement

By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

@jsiirola jsiirola merged commit d99a57b into Pyomo:main Mar 1, 2025
34 checks passed
@jsiirola jsiirola deleted the conda-config-patch branch March 1, 2025 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants