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
I noticed when creating a new MentaLiST conda environment that is not installing the most recent build for 0.1.9. For example, if I run:
conda create --name mentalist mentalist=0.1.9
The packages that will be installed include:
mentalist bioconda/linux-64::mentalist-0.1.9-h152c27e_2
julia conda-forge/linux-64::julia-1.0.3-h1c3500e_3
That is, it will install build h152c27e_2 which I don't think specifies a specific Julia version (so Julia 1.0.3 gets installed, which is incompatible).
If I explicitly specify the build hbc14f71_4 (which should be more recent) I get the packages:
mentalist bioconda/linux-64::mentalist-0.1.9-hbc14f71_4
julia conda-forge/linux-64::julia-0.5.2-blas_openblas_200
That is, the correct version of Julia (0.5.2) gets installed.
I'm not sure why it's not defaulting to the most recent build. This may be more of a conda/bioconda specific issue. Is the same issue occurring for you?
The text was updated successfully, but these errors were encountered:
I noticed when creating a new MentaLiST conda environment that is not installing the most recent build for
0.1.9
. For example, if I run:The packages that will be installed include:
That is, it will install build
h152c27e_2
which I don't think specifies a specific Julia version (so Julia 1.0.3 gets installed, which is incompatible).If I explicitly specify the build
hbc14f71_4
(which should be more recent) I get the packages:That is, the correct version of Julia (
0.5.2
) gets installed.I'm not sure why it's not defaulting to the most recent build. This may be more of a conda/bioconda specific issue. Is the same issue occurring for you?
The text was updated successfully, but these errors were encountered: