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
Printing the info during mamba installation, mamba seems to fail when installing openssl. It prints the following info message: info libmamba Parsing MatchSpec openssl and never moves on from this.
I have attempted to build the development version and the latest stable release (v0.4.0) and both never move past this line.
I have also attempted to change mamba versions to no avail.
cc @aydemiro. Do you have any experience with this problem?
The text was updated successfully, but these errors were encountered:
After more investigation, this issue appears to be caused by the installation of libgfortran. We currently try to manually install libgfortran4 but one of the other packages we install requires libgfortran5. mamba is unable to resolve these conflicts and gets stuck at the installation stage. To solve this, we can remove the manual installation of libgfortran4.
* Specify version number for R packages, git software, and the basespace CLI
* Install mamba packages using an environment file
After installation, we save an `environment_versioned.yml` file that contains all the installed versions of our software
* Don't install `libgfortran4`
This was causing building errors (#38)
* Clean installation docs, adding instructions on reproducible builds, and update changelog
Bug Description
When trying to build the container, mamba freezes when trying to install packages.
Reprex
Additional Information
info libmamba Parsing MatchSpec openssl
and never moves on from this.cc @aydemiro. Do you have any experience with this problem?
The text was updated successfully, but these errors were encountered: