|
From: | Julio Huato |
Subject: | Re: Octave with symbolic on mac |
Date: | Sun, 30 Oct 2016 13:01:22 +0000 |
Thank you, Colin. This may be a bit over my head. (And I know mine is a textbook case of how not to ask for help.)I tried setenv PYTHON with every path leading to python.app file but nothing worked. (setenv is the right way with my version of Symbolic.)I may have to cut my losses and use some other approach.Best,JulioOn Sat, Oct 29, 2016 at 8:38 PM Colin Macdonald <address@hidden> wrote: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] |