import python package issues

I have issues using modules in python. I tried my own environment as well as the conda environment propagation. In both cases the python script node fails to import the library
“no module named …”
Any ideas? Thanks

@Daniel_Weikert are these your own modules or packages via pip or conda?

You might want to take a look at this example importing your own .PY code:

When using environments and conda you might want to read this longer article:

2 Likes

pip packages,
thanks for the links @mlauber71 . Highly appreciated. I will have a look
br

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.