I get a circular import error in pyiron_atomistics
----> [9] from pyiron_atomistics import Project, _StructureFactory
[10] from pyiron_atomistics.atomistics.job.atomistic import AtomisticGenericJob
ImportError: cannot import name 'Project' from partially initialized module 'pyiron_atomistics' (most likely due to a circular import)
This could be due to the import pyiron_atomistics in the file with the same name.
I get a circular import error in pyiron_atomistics
This could be due to the import pyiron_atomistics in the file with the same name.