You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
besides the same errors mentioned by another user at Error1 #11, after i managed to fix that error, when running 'make', in the end, there is a new error, like this,
1 warning generated.
clang -bundle -undefined dynamic_lookup -Wl,-rpath,/opt/anaconda3/lib -L/opt/anaconda3/lib -Wl,-rpath,/opt/anaconda3/lib -L/opt/anaconda3/lib build/temp.macosx-11.1-arm64-cpython-312/phasedibd/vcf_haplotype_alignment.o -o build/lib.macosx-11.1-arm64-cpython-312/phasedibd/phasedibd/vcf_haplotype_alignment.cpython-312-darwin.so
ld: warning: duplicate -rpath '/opt/anaconda3/lib' ignored
copying build/lib.macosx-11.1-arm64-cpython-312/phasedibd/phasedibd/compressed_haplotype_alignment.cpython-312-darwin.so -> phasedibd/phasedibd
error: could not create 'phasedibd/phasedibd/compressed_haplotype_alignment.cpython-312-darwin.so': No such file or directory
make: *** [all] Error 1
would you great if you can investigate and fix it. thanks.
The text was updated successfully, but these errors were encountered:
hi there,
besides the same errors mentioned by another user at Error1 #11, after i managed to fix that error, when running 'make', in the end, there is a new error, like this,
1 warning generated.
clang -bundle -undefined dynamic_lookup -Wl,-rpath,/opt/anaconda3/lib -L/opt/anaconda3/lib -Wl,-rpath,/opt/anaconda3/lib -L/opt/anaconda3/lib build/temp.macosx-11.1-arm64-cpython-312/phasedibd/vcf_haplotype_alignment.o -o build/lib.macosx-11.1-arm64-cpython-312/phasedibd/phasedibd/vcf_haplotype_alignment.cpython-312-darwin.so
ld: warning: duplicate -rpath '/opt/anaconda3/lib' ignored
copying build/lib.macosx-11.1-arm64-cpython-312/phasedibd/phasedibd/compressed_haplotype_alignment.cpython-312-darwin.so -> phasedibd/phasedibd
error: could not create 'phasedibd/phasedibd/compressed_haplotype_alignment.cpython-312-darwin.so': No such file or directory
make: *** [all] Error 1
would you great if you can investigate and fix it. thanks.
The text was updated successfully, but these errors were encountered: