[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trouble installing the symbolic package
From: |
Thomas D. Dean |
Subject: |
Re: Trouble installing the symbolic package |
Date: |
Sat, 06 Jun 2015 00:51:42 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
On 06/05/15 20:25, Richard suchland wrote:
pkg install -forge symbolic
Have you restarted Octave after installing Sympy?
Can you start python and import sympy?
If so, try help(sympy) at the python prompt and look at __version__
>>> import sympy
>>> help(sympy)
You may have isympy.exe. If so, what does it report as the version?
Tom Dean