ITADN

`ensembl-vep` segmentation fault with macOS arm64

#61335Opengernophil 创建于 2025-12-13
G
gernophilcommented
This is a follow up to this issue: https://github.com/bioconda/bioconda-recipes/issues/50373 `ensembl-vep` is indeed installable with macOS arm64 now, but it's not usable: ``` # arm64 % conda create -n vep ensembl-vep -y % conda activate vep % vep --help zsh: segmentation fault vep --help ``` ``` # x86_64 % arch -x86_64 zsh % conda create -n vep ensembl-vep -y % conda activate vep % vep --help #----------------------------------# # ENSEMBL VARIANT EFFECT PREDICTOR # #----------------------------------# Versions: ensembl : 115.266b84d ensembl-compara : 115.ae48a7a ensembl-funcgen : 115.57f7061 ensembl-io : 115.25061d3 ensembl-variation : 115.b7c2637 ensembl-vep : 115.2 Help: dev@ensembl.org , helpdesk@ensembl.org Twitter: @ensembl (output truncated by me) ``` Not sure, what's the source of the issue yet, but I guess one of the dependencies isn't ported correctly.
0 条评论