Setting up some new linux workstations, I found that the one-liner installation in the README worked fined, but then led to a segmentation fault in python when I tried to import spock.
Rather than trying to trace this back through SPOCK's various dependencies, I found that separating out the packages that need to be installed from conda-forge and installing those first worked fine, i.e.
This behavior is probably not too surprising with SPOCK's many actively developed packages. Posting in case it's useful to others (and mostly so I can look it up later :) )
Setting up some new linux workstations, I found that the one-liner installation in the README worked fined, but then led to a segmentation fault in python when I tried to import spock.
Rather than trying to trace this back through SPOCK's various dependencies, I found that separating out the packages that need to be installed from conda-forge and installing those first worked fine, i.e.
This behavior is probably not too surprising with SPOCK's many actively developed packages. Posting in case it's useful to others (and mostly so I can look it up later :) )