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

Atomistics is causing downstream errors in contrib. #1173

Closed
liamhuber opened this issue Sep 28, 2023 · 3 comments
Closed

Atomistics is causing downstream errors in contrib. #1173

liamhuber opened this issue Sep 28, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@liamhuber
Copy link
Member

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

@liamhuber liamhuber added the bug Something isn't working label Sep 28, 2023
@liamhuber
Copy link
Member Author

The next thing up the stack trace is mp_api, so I am suspicious of side effects from #1145

@liamhuber
Copy link
Member Author

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...

@liamhuber
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant