Skip to content

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

Merged
jsiirola merged 1 commit intoPyomo:mainfrom
jsiirola:conda-config-patch
Mar 1, 2025
Merged

conda: disable '--update-deps' to work around buggy libffi(?)#3499
jsiirola merged 1 commit intoPyomo:mainfrom
jsiirola:conda-config-patch

Conversation

@jsiirola
Copy link
Copy Markdown
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