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
I've been using this tool in several tox virtual environment workflows (mainly documentation, eg, this SUM template repo and at some point "pip install" broke (silently in my case). The primary symptom was a diagram with blank icons as documented in issue #229 . Depending on the exact workflow, this could easily result in installation errors (eg, issue #921 ) or python traceback when trying to generate the diagram.
It took some time to track this down, and the fix does not require moving the resources directory. Yes, it would be good to handle the resources tree as python package data, but doing that is orthogonal to fixing this problem. <= this would also mean exposing icons via the proper importlib mechanisms but again, that is a different issue.
The fix to the broken package install is this commit:
I've been using this tool in several tox virtual environment workflows (mainly documentation, eg, this SUM template repo and at some point "pip install" broke (silently in my case). The primary symptom was a diagram with blank icons as documented in issue #229 . Depending on the exact workflow, this could easily result in installation errors (eg, issue #921 ) or python traceback when trying to generate the diagram.
It took some time to track this down, and the fix does not require moving the resources directory. Yes, it would be good to handle the resources tree as python package data, but doing that is orthogonal to fixing this problem. <= this would also mean exposing icons via the proper importlib mechanisms but again, that is a different issue.
The fix to the broken package install is this commit:
The text was updated successfully, but these errors were encountered: