|
From: | Julio Huato |
Subject: | Re: Octave with symbolic on mac |
Date: | Sun, 30 Oct 2016 01:13:58 +0000 |
On 29/10/16 04:30, Julio Huato wrote:
> Dear Mr Macdonald,
>
> I've installed Octave, Python, and Anaconda (with SymPy 1.0) on my Mac,
> but for some reason Octave doesn't run the symbolic package. The Octave
> error message is this:
>
>>> pkg load symbolic
>>> pkg install -forge symbolic
> configure: WARNING: Failed to import SymPy: many features will not work
> configure: WARNING: SymPy version 0.7.6 or later is recommended
> For information about changes from previous versions of the symbolic
> package, run 'news symbolic'.
Hi Julio,
(I've CC'd the address@hidden mailing list, hope that's ok).
Perhaps your system has more than one python installed. You might try
doing the following (within Octave):
setenv PYTHON \path\to\your\preferred\python
(Or maybe "sympref python \path\to\your\preferred\python" if you're on
an older version of Symbolic).
best,
Colin
[Prev in Thread] | Current Thread | [Next in Thread] |