You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation generation function of build.py includes a bunch of utility libraries on the utils/python subpath, but as these are outside the python include path, they fail to resolve and halt the script.
These all need to be moved to either:
Dynamic includes via importlib with the paths corrected
An updated system path at runtime to match the inner script root
The text was updated successfully, but these errors were encountered:
The documentation generation function of
build.py
includes a bunch of utility libraries on theutils/python
subpath, but as these are outside the python include path, they fail to resolve and halt the script.These all need to be moved to either:
importlib
with the paths correctedThe text was updated successfully, but these errors were encountered: