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 found that when using zndraw node.atoms --remote . when using src.Node as the node, I get an ModuleNotFoundError: No module named 'src'. The package might be available via 'pip install src'
I found that when using
zndraw node.atoms --remote .
when usingsrc.Node
as the node, I get anModuleNotFoundError: No module named 'src'. The package might be available via 'pip install src'
ZnTrack/zntrack/cli/__init__.py
Line 84 in d602167
This was fixable by running
export PYTHONPATH="${PYTHONPATH}:<PWD>"
beforeThe text was updated successfully, but these errors were encountered: