Closed jan-janssen closed 3 weeks ago
I was using 0.11 with the xyflow scripts and everything was working fine
I was using 0.11 with the xyflow scripts and everything was working fine
Ok, good to know. Then it might be an issue related to the import path. I get the error message when I try to use the conda package which places the xyflow scripts in the python site-packages directory, so I assume there is something wrong with the way the nodes are loaded.
I assume it is related to https://github.com/pyiron/pyironFlow/blob/main/pyironflow/treeview.py#L108C9-L108C97
path = get_rel_path_for_last_occurrence(node.path.path, 'pyiron_nodes') / node.path.name
@Tara-Lakshmipathy I was able to fix my issue by reverting the background color you added, as it requires your modified version of pyiron_workflow
. https://github.com/pyiron/pyironFlow/pull/23
I use the following example code to test
pyironflow
:But I get the following error message
In the same way, while I see the nodes in the tree view they do not appear when clicking on them.