-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
This project relies on importlib syntax that was introduced in Python 12.
When attempting to run on Python 3.11, TypeError: 'results.schemainspect.pg.obj' is not a package is encountered due to the structure of local file resolution. This appears to stem from use of the importlib.files function relative to a module that is not completely initialized.
The project should either specify a required Python > 3.12 in the pyproject.toml file or change package resolution to work with earlier versions. The former is probably the easiest.
Metadata
Metadata
Assignees
Labels
No labels