Hello all,
I am new to Julia and just after the installation I’ve run into some issues. When I am opening the terminal I am greeted by a warning message - “Warning: Terminal not fully functional - @Base client.jl.436”
Following this every input provided is treated as a parse error where the operator not identified.
I’ll attach a screenshot herein. Any help regarding this matter will be much appreciated.
The default Windows terminal does not support all the text formatting features that Julia uses. Alternatively you can also use the terminal that is provided by VSCode.
But also note that the things you are trying here are simply parse errors because they are not valid Julia syntax, here’s what I get in my (fully functional) terminal:
Note that you can obtain Julia and juliaup from the Windows store at this link. It doesn’t explicitly say that you’re installing juliaup, but indeed this is the case.
It looks as if you can launch Julia from the command line.
If the installation of a package fails, please copy and paste both the commands you typed and the error message and enclose this in triple backticks, like ```
That is much easier to read and to reproduce than a screenshot.
To answer your question - (1) Yes I have downloaded Windows Terminal and tried to operate on both Command Prompt and Windows PowerShell.
(2) I cannot load packages in it. Generally once in Julia, pressing the ‘]’ should put the user in package mode where I can then load/unload any package needed for my work. However I am unable to go into that package mode.
Just to be sure - the last screenshot you sent is still the old terminal, not the new Windows terminal. Are you saying if you start windows terminal and then type julia, the resulting Julia session still tells you the terminal isn’t fully functional?
I’m not convinced using the Windows Terminal would solve the issue. When I run Julia in the Windows Console Host, I don’t run into any warnings (and ] works fine).
Yes the last screenshot was from the old terminal however irrespective of the terminal I am using I still land up with the terminal not being fully functional.