Open cryofm opened 1 year ago
Hi!
I don't see any error in what you posted. Does it correspond to an execution with your own data or is it the test? Another question I have is: does the graphs protocol freeze in a running state? If none of the cpus are executing it, it'd mean that the compilation didn't go well. If the answer is yes, I'd remove the whole pyseg directory in the scipionHome/software/em directory and install the binaries again by executing the command: scipion3 installb pySeg, ensuring that the gcc/g++ are pointing to versions lower or equal than 7. Apart from that, I'd suggest checking your PYSEG_HOME variable if you're using Scipion passing a config file to it.
I hope that helps.
Note: The graphs protocol is the one that requires the compiled binaries, this is why the preseg works correctly.
Hello,
I cannot run the Graphs protocol, I keep getting the following error:
I installed pyseg with gcc/g++ 7 and it also happens even if I change the version to 11 after that. The input job is the one I ran before (preseg membranes), which finished successfully.
The command does not seem to be wrong anywhere:
Thank you very much for your quick response.