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
It appears that a cHIVa cannot be created as the conda-forge packages no longer exist. Is there a way to fix this?
$ ./install.sh -v
2021-07-28 11:23:59 [ info] Starting cHIVa installation...
2021-07-28 11:23:59 [ info] Conda path: /home/user/miniconda3
2021-07-28 11:23:59 [ info] cHIVa src : /home/user/chiva
2021-07-28 11:23:59 [ info] cHIVa env : 'chiva'
2021-07-28 11:23:59 [ debug] Components detected:
2021-07-28 11:23:59 [ debug] Conda: true
2021-07-28 11:23:59 [ debug] Environment: false
2021-07-28 11:23:59 [ debug] R-package: false
2021-07-28 11:24:00 [ debug] Library: false
2021-07-28 11:24:00 [ info] Conda already installed.
2021-07-28 11:24:00 [ info] Creating cHIVa environment...
2021-07-28 11:24:00 [ info] Building from: etc/build.b0.2.0.txt
CondaHTTPError: HTTP 404 NOT FOUND for url <https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-7.3.0-habb00fd_1.tar.bz2>
Elapsed: 00:00.210475
CF-RAY: 675a4e38ccc03771-MEL
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
CondaHTTPError: HTTP 404 NOT FOUND for url <https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-7.3.0-hdf63c60_1.tar.bz2>
Elapsed: 00:00.448666
CF-RAY: 675a4e3a294517cc-MEL
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
2021-07-28 11:24:02 [ error] Error in /home/user/chiva/install.sh in function conda on line 100
2021-07-28 11:24:02 [ debug]
2021-07-28 11:24:02 [ error] Environment creation failed!
****
Hey, glad you are interested in the pipeline. This issue is definitely due to outdated packages. There was a great deal of similarity in how I developed this repo and the iGUIDE repo, you may want to see if you can just switch out the two environments build files. I’m currently on a vacation, but could look at it maybe later this week, if time is not pressing. I honestly still felt like I had a lot of work that I could add to this repo, but never got to it while at UPenn. Let me know if you would like anymore clarification on the above.
Just did a quick check of the code base, try doing the install with the ‘-r’ option. This will install from the requirements rather than the current build. Unfortunately I expect that this will take some time to solve the environmental conditions or the build, expect hours to over night in my experience. This is why I had the default as a build, which bypasses this solve step. This should resolve your issue for the install, as it will find the latest packages. If that doesn’t work, you may want to edit the R version in the etc / requirements.yml to update which version of R the environment will use. Some packages my no longer be hosted by cobra for the current version. Not sure at this point.
It appears that a cHIVa cannot be created as the conda-forge packages no longer exist. Is there a way to fix this?
INSPIIRED has a similar issue:
Is this a reproducability issue, or a conda configuration issue?
The text was updated successfully, but these errors were encountered: