On Mon, Nov 25, 2019 at 11:22 AM guidetti Porto via Help list for GNU Octave <
address@hidden> wrote:
>
> I can not install Symbilic pkg on windows 10. Could anyone help me?
>
symbolic requires Python be installed. if you don't have Python, the package creator made a separate symbolic package for Windows users that has a 'self contained' python. You can find the package here:
https://github.com/cbm755/octsympy/releasesscroll down to the"symbolic-win-py-bundle-2.8.0.tar.gz" file. save that file to your octave working directory, and install using:
>> pkg install symbolic-win-py-bundle-2.8.0.tar.gz
afterward you should be able to use the package with
>> pkg load symbolic