-
Notifications
You must be signed in to change notification settings - Fork 131
ImportError: DLL load failed while importing
when libgcc 15.1.0
is installed
#1398
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
Comments
This also made me realize we don't actually test on windows, which seems wrong? |
libgcc<15
in requirementslibgcc>15
is installed
Making some progress towards figuring out what's going on: #general > random cmake test failures all of a sudden |
libgcc>15
is installedImportError: DLL load failed while importing
when libgcc 15.1.0
is installed
The issue we're hitting: conda-forge/ctng-compilers-feedstock#174 Should be fixed in the latest build by conda-forge/pytensor-suite-feedstock#158 Retroactive fix is incoming |
Retroactive fix is awaiting review in conda-forge/conda-forge-repodata-patches-feedstock#1024 |
This should alternatively be resolved for future versions by #1400. |
@DrEntropy, the retroactive fix has been merged, so your original environment specification should now work. |
Can confirm, working ! |
Uh oh!
There was an error while loading. Please reload this page.
Description
An update to the libgcc package is causing windows users to be unable to compile pytensor functions. Issue was reported and debugged by user DrEntropy here.
We should do a release ASAP with a version pin. This is also breaking tests on downstream packages (pymc-extras and pytensor-ml)
The text was updated successfully, but these errors were encountered: