weizhou0 / GATE

GNU Lesser General Public License v3.0
19 stars 9 forks source link

Installation error #12

Closed aprilhartley closed 1 year ago

aprilhartley commented 2 years ago

Hello I am getting the following error message when trying to install GATE using conda (I am not able to install via docker): "Download failed with error 404 for: //zlib.net/zlib-1.2.11.tar.gz Failed to build package statgen/savvy ERROR: configuration failed for package 'SAIGE'

Our HPC expert had the following advise: "During the build it tries to download version 1.2.11 of zlib from: http://zlib.net/zlib-1.2.11.tar.gz however, this version doesn't exist at that location. The current version is: http://zlib.net/zlib-1.2.12.tar.gz Unfortunately I can't find where the version is specified in the GATE source so I can't change it to a working version."

Can you please advise where the specific version number is defined and how to change it please?

WZo0o commented 1 year ago

Hi, I installed GATE through conda and I have the same issue. Did you ever find a fix? @aprilhartley

weizhou0 commented 1 year ago

Hi @WZo0o and @aprilhartley,

Sorry for not being able to help earlier. The easiest way to install in using the conda environment. Please see our updated conda env file and the steps.

https://github.com/weizhou0/GATE#install-gate-using-the-conda-environment

Thanks, Wei