Replies: 2 comments 2 replies
-
that slurm container and version is quite old at this point. i would suggest recreating/finding a container with a more recent version of slurm. |
Beta Was this translation helpful? Give feedback.
-
Hi @adi611 - I think the main error you were showing us yesterday is due to some conflicts in the python paths in the container. If you add you examples to the tests which use relative imports you won't get this (although you will get another issues since the command you try to run is not installed etc.). Since you will be looking for another newer containers, there is probably no need to spend time fixing it. And if you want to test something in the meantime, just create some tests and run with pytests and relative paths. |
Beta Was this translation helpful? Give feedback.
-
(Based on the discussion on 08-06-23 with @djarecka and @ghisvail)
I created a workflow based on the example on the PSI/J website. The workflow works fine with
cf
as the plugin and produces the expected outputs:Output.txt
file and theImage.png
files. More about this can be accessed at: #663. Now when I try to run the same workflow (with some relevant changes) onslurm
it gives me an exception:ImportError: No module named pydra.engine.helpers
. My code:My folder structure is as follows:
The actions I performed for running the slurm container (which are based on the GitHub Action workflow):
The pdf used is at the following link.
Please let me know if there are any additional details I can provide.
Beta Was this translation helpful? Give feedback.
All reactions