juliaup icon indicating copy to clipboard operation
juliaup copied to clipboard

Error: The Julia launcher failed to determine the command for the `1.8.0` channel.

Open giordano opened this issue 1 year ago • 1 comments

% julia +1.8.0
Error: The Julia launcher failed to determine the command for the `1.8.0` channel.

Caused by:
    Invalid channel specified
% julia +1.8
Error: The Julia launcher failed to determine the command for the `1.8` channel.

Caused by:
    Invalid channel specified

I'm sure I'm missing something, but the 1.8.0 or 1.8 channels look very much valid to me, and also according to juliaup list itself:

% juliaup list | grep -e '1.8.0[^+.~-]'   
 1.8.0            1.8.0+0.x64       
% juliaup list | grep -e '1.8[^+.~-]'  
 1.8              1.8.1+0.x64

giordano avatar Sep 16 '22 23:09 giordano

The channel is valid, but it is not installed. juliaup status lists all installed channels. juliaup list lists all channels, installed or no.

The error message could probably use some clarification.

MatthijsBlom avatar Sep 18 '22 13:09 MatthijsBlom

I think this is related to #115

carstenbauer avatar Oct 16 '22 11:10 carstenbauer