|
From: | Colin Macdonald |
Subject: | Re: Octave with symbolic on mac |
Date: | Sat, 29 Oct 2016 17:38:46 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 |
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 symbolicconfigure: 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] |