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
If I run mamba create -n test pyarrow ensembl-vep on our HPC (CentOS) this lead to ensembl-vep=88.9=1. If I run it on my Mac ensembl-vep=113.0=pl5321h2a3209d_0 is installed. I am trying to unravel the dependencies, but I haven't figured out the issue yet. First thing I recognized is that on CentOS pyarrow 18.0.0 gets installed whereas it's 16.1.0 on my Mac. Without pyarrow, I can install ensembl-vep=113.0 on the HPC.
EDIT: mamba create -n test pyarrow=16.1.0 ensembl-vep doesn't change anything.
The text was updated successfully, but these errors were encountered:
If I run
mamba create -n test pyarrow ensembl-vep
on our HPC (CentOS) this lead toensembl-vep=88.9=1
. If I run it on my Macensembl-vep=113.0=pl5321h2a3209d_0
is installed. I am trying to unravel the dependencies, but I haven't figured out the issue yet. First thing I recognized is that on CentOS pyarrow 18.0.0 gets installed whereas it's 16.1.0 on my Mac. Without pyarrow, I can installensembl-vep=113.0
on the HPC.EDIT:
mamba create -n test pyarrow=16.1.0 ensembl-vep
doesn't change anything.The text was updated successfully, but these errors were encountered: