help-octave
[Top][All Lists]
Advanced

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

Re: Symbolic package for Octave


From: tmacchant
Subject: Re: Symbolic package for Octave
Date: Wed, 15 Jul 2015 03:22:05 -0700 (PDT)

************************************************************
Maybe try: 
pkg uninstall symbolic

make sure that there are no symbolic-x.y.z folders left under
C:\Octave\octave-4.0.0\share\octave\packages

(yours might not be under C:\Octave if that's not where you put it)

if so, delete it. 

then from inside Octave re-run:

pkg install -auto symbolic-win-py-bundle-2.2.2.zip

Then try the command again. That folder with all of the packages should have
a /symbolic-2.2.2  folder.
*******************************************************************************

I am followed the instruction the above.

>> pkg install -verbose symbolic-win-py-bundle-2.2.2.zip

and restart octave

>> pkg load symbolic

           symbolic *|   2.2.2 |
C:\octave\Octave-4.0.0\share\octave\packages\symbolic-2.2.2

>> syms x
OctSymPy v2.2.2: this is free software without warranty, see source.
Initializing communication with SymPy using a popen2() pipe.
Detected Windows: using "winwrapy.bat" to workaround Octave bug #43036
Some output from the Python subprocess (pid 5328) might appear next.
extractblock: read an error back from python
str1 =
<type 'exceptions.ImportError'>

str2 =
No module named sympy

error: error reading back from python
error: called from
    extractblock>process_item at line 166 column 7
    extractblock>helper at line 51 column 14
    extractblock at line 13 column 8
    python_ipc_popen2 at line 82 column 7
    python_ipc_driver at line 30 column 13
    python_cmd at line 137 column 9
    sym at line 359 column 5
    syms at line 158 column 9
error: evaluating argument list element number 3
error: called from
    syms at line 158 column 9


Tatsuro





--
View this message in context: 
http://octave.1599824.n4.nabble.com/Symbolic-package-for-Octave-tp4670576p4671654.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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