Open SomePersonSomeWhereInTheWorld opened 11 months ago
I've encountered similar bugs in the past. To resolve the issue, I specified the path to Python 3.11 in the shebang line at the top of each *.py script. For example, I changed the first line to #!/path/to/python3.11
, ensuring that this line was added regardless of whether a path was previously present. This adjustment seems to have resolved the problems for me.
I hope this information helps anyone else experiencing the same issues.
Thx a lot for reporting this. @kirilenkobm Would that be an easy fix that is generally stable and applicable? These python version issues are annoying :-)
On RHEL8, nextflow 23.10.0, anaconda/3-2023.09 on a shared HPC cluster, running the below example from Running the pipeline, results in the below. Did I miss a step?