GNU Octave with GUI

Hi, does anyone know how to install GNU Octave with GUI?

dear t.statella.

thank you for your posting.

Unlike the old Octave, it is now distributed with a GUI. It can be downloaded from the following URL.

Regards, you.
ktsh.tanaka.2020

Thanks a lot for the reply.

I’m aware of that, nevertheless, I’m running macOS and I’d like to install the 7.2 version of Octave. As I have already installed the anaconda, I was wandering if there was a way to install with gui. I successfully installed Octave 7.2 using conda install -c conda-forge octave but no GUI is available!

Atenciosamente,

1 Like

Querida t.statela

Obrigado por sua resposta. Vou responder na sua lĂ­ngua nativa, o portuguĂŞs.
Para executar em um ambiente GUI, você precisa selecionar “octave --gui” na linha de comando. Se ainda não funcionar nessa situação, você pode ter escolhido o python errado.

Para ser especĂ­fico, para anaconda2022.5, python3.9 Ă© selecionado, mas o anaconda octave7.2 precisa funcionar com python3.8.

Portanto, siga as etapas abaixo para criar um ambiente para oitava e, em seguida, instale-o. Claro, antes de fazer isso, remova a oitava atualmente instalada.

conda create name --py38 python=3.8

O processo de instalação será executado e gerará um ambiente para py38. depois de gerado

conda activate py38

, o ambiente python3.8 será habilitado.
Depois que o ambiente estiver ativado,

conda install -c conda-forge octave

instalará o ambiente de oitava correto e, na linha de comando,

octave --gui

Agora vocĂŞ pode usar a GUI de oitava.

Eu te desejo sucesso.
Atenciosamente

Muito obrigado pela gentileza, especialmente por escrever em (Ăłtimo) PortuguĂŞs!

Fiz os comandos todos que vocĂŞ recomendou, entretanto, ainda recebo a mensagem:

octave: GUI features missing or disabled in this build

Atenciosamente,

1 Like

Querida t.statela

Obrigado por sua resposta.

octave: GUI features missing or disabled in this build

Se a mensagem acima for exibida, acho que o “Octave” construído para o Anaconda não foi compilado com as seguintes opções.

brew install qt
brew install octave --with-qt

Para obter mais detalhes, consulte o URL abaixo.

Eu te desejo sucesso.
Atenciosamente

PS.
In the meantime, I would like to make a request to anaconda.org.

brew reinstall octave --with-qt

If you save the octave binary package that has been implemented in the cloud, you can prevent such errors.

Regards, you.
ktsh.tanaka.2020

Muito obrigado, amigo!

Atenciosamente,

1 Like

Querida t.statela.

Obrigado por sua resposta. Desejo-lhe todo o sucesso.
Atenciosamente.