help-octave
[Top][All Lists]
Advanced

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

Installing the symbolic package


From: Samuel Dupree
Subject: Installing the symbolic package
Date: Fri, 21 Aug 2015 23:07:20 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

I'm attempting to install the symbolic package ver. 2.2.2 with Octave 3.8.0 on a MacBook Pro running Mac OS X v. 10.10.5. I'm running the Octave binary, Octave-gui.app, and I'm running version 2.7.x of the Python environment I'm running is installed under Anaconda.

The command window in the Octave-gui shows that Octave is picking up the wrong version of Python. It's picking up /usr/bin/python as opposed to /Users/user/anaconda. The command window session is given below.


GNU Octave, version 3.8.0
Copyright (C) 2013 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "x86_64-apple-darwin13.0.0".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.

warning: /Users/user/octave/integration-1.0.7/PKG_ADD: possible Matlab-style short-circuit operator at line 9, column 32 warning: function /Users/user/octave/plot-1.0.8/colstyle.m shadows a core library function
>> pkg install symbolic-2.2.2.tar.gz
configure: error: failed to find required module sympy
checking for python... /usr/bin/python
checking python module: sympy... no

pkg: error running the configure script for symbolic.
error: called from 'configure_make' in file /usr/local/octave/3.8.0/share/octave/3.8.0/m/pkg/private/configure_make.m near line 72, column 9
error: called from:
error: /usr/local/octave/3.8.0/share/octave/3.8.0/m/pkg/private/install.m at line 199, column 5 error: /usr/local/octave/3.8.0/share/octave/3.8.0/m/pkg/pkg.m at line 394, column 9
>>


My first question is how do I point Octave to the path /Users/user/anaconda to pickup the right version of Python? My second question is, do I need to be concerned with the two warning messages, and if so, what do I need to do?

Any ideas?

Sam Dupree.







reply via email to

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