From af2complex/src/alphafold/common/confidence.py
pairwise_dist = scipy.spatial.distance.cdist(a, b, metric='euclidean')
AttributeError: module 'scipy' has no attribute 'spatial'
when running example1.sh. There does not appear to be an import statement for scipy.spatial.