You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just on mobile now so can't give too much detail, but the daily run for contrib just failed in a few places where it access contrib with a stack trace ending in ModuleNotFoundError: No module named 'pydantic_settings'
My first guess is that the dependencies here got a bad update.
pyiron Version and Platform
Daily CI over on contrib
The text was updated successfully, but these errors were encountered:
Indeed, the trouble in contrib is just from pyiron_atomistics.atomistics.structure.factory import StructureFactory. However, we've got an out-of-date version of pyiron_atomistics, so I'm hoping just merging the dependabot PR so our version is up-to-date will resolve things...
This was because of issues with pympipool and ultimately mp-api, where conda feedstock versions were not up-to-date with the requirements here. This should be resolved now that #1177 is merged and a new release here has been made.
Summary
Just on mobile now so can't give too much detail, but the daily run for contrib just failed in a few places where it access contrib with a stack trace ending in
ModuleNotFoundError: No module named 'pydantic_settings'
My first guess is that the dependencies here got a bad update.
pyiron Version and Platform
Daily CI over on contrib
The text was updated successfully, but these errors were encountered: