A new conda install on macOS consistently causes the following error when first running samtools.
dyld: Library not loaded: #rpath/libcrypto.1.0.0.dylib
The fix is found here.
In summary... while in your non-base conda environment run the following:
conda uninstall samtools
conda update --all
conda install samtools
conda install vsnp