As mentioned in pik-copan/pycopanmodels#2, because the worlds attribute was removed from the Culture taxon, the tutorial in the documentation does not not work.
It also uses relative imports, which are not recommended for a new and independent project. The documentation should be updated to teach new users how to create a project with uv and then import pycopancore to build their model.
As mentioned in pik-copan/pycopanmodels#2, because the
worldsattribute was removed from theCulturetaxon, the tutorial in the documentation does not not work.It also uses relative imports, which are not recommended for a new and independent project. The documentation should be updated to teach new users how to create a project with
uvand then importpycopancoreto build their model.