Skip to content

Import order error #168

@pvnbhargava

Description

@pvnbhargava

layout_manager.py currently has the responsibility of trying to import the optional Calibre dataprep functionality. However, layout_manager.py is imported before sys.path is configured based on information from bag_config.yaml. This means that if your BPG setup relies on setting sys.path to find the calibre dataprep class, dataprep will fail.

This can be fixed by adjusting import order in __init__.py

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions