Skip to content

Rename imports from ase.ga to ase_ga#2

Open
pa233796 wants to merge 1 commit into
materialsalchemist:mainfrom
pa233796:main
Open

Rename imports from ase.ga to ase_ga#2
pa233796 wants to merge 1 commit into
materialsalchemist:mainfrom
pa233796:main

Conversation

@pa233796

@pa233796 pa233796 commented Jun 2, 2026

Copy link
Copy Markdown

Starting with ASE version 3.27 the ase.ga module was moved to a standalone project, ase_ga. This causes the following error when attempting to use oganesson with a new installation:

ImportError: Cannot import ase_ga.
The ase.ga code has moved to a separate project, ase_ga:
https://github.com/dtu-energy/ase-ga .
Please install it using e.g. pip install ase-ga.
Please import from ase_ga what would previously be imported from ase.ga.
ase.ga placeholders will be removed in a future release.

PR simply adds ase_ga as dependency and fixes imports. Otherwise, consider locking the ASE dependency to 3.26.

Starting with ASE version 3.27 the ase.ga module was moved to a standalone project, ase_ga.
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.

1 participant