Try typing this in the octave terminal window
pkg install -forge symbolic
pkg load symbolic
On Sun, Feb 16, 2020 at 11:02 AM guidetti Porto via Help list for GNU Octave <
address@hidden> wrote:
I can't install pkg symbolic on windows 10. I tried several times but I couldn't. Could anybody help me?
do you have Python installed? Octave's symbolic package requires a local python installation plus sympy. If you don't, the package author has made a version of the symbolic package for windows that includes a local, portable python package. You can download the Octave symbolic bundle for Windows part way down the following page:
and then just do a "pkg intsall {filename}"