help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave, Symbolic, Sympy issue


From: Colin Macdonald
Subject: Re: Octave, Symbolic, Sympy issue
Date: Tue, 19 Nov 2019 20:38:14 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

On 2019-11-19 6:01 p.m., Gabriel Schneck wrote:
To save my life I can not get the symbolic package to work in Octave because it is dependent on Sympy.  When I run terminal on my Mac it shows that I have python and sympy. However, when I try to run a "sym x" I get "Python cannot import SymPy: have you installed SymPy?"  I'm confused.  I included some information below.

Hmmmm, that certainly looks like you do not have SymPy installed.

At your terminal, can you try:

$ python
>>> import sympy
>>> exit()

$ python2
>>> import sympy
>>> exit()

thanks,
Colin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]