Re: ocatve

2022-01-23 Thread linux guy
BTW... are you aware that VSCode has a bunch of Octave extensions for writing, debugging and running Octave code ? On Sun, Jan 23, 2022 at 3:29 PM linux guy wrote: > On Sat, Jan 22, 2022 at 6:50 AM Patrick Dupre wrote: > >> Hello, >> >> I fixed the issue (temporally!) by >> pip3 install sympy=

Re: ocatve

2022-01-23 Thread linux guy
On Sat, Jan 22, 2022 at 6:50 AM Patrick Dupre wrote: > Hello, > > I fixed the issue (temporally!) by > pip3 install sympy==1.5 > > (be a user). > Excellent ! I knew it was just a dependency issue. ___ users mailing list -- users@lists.fedoraproject.o

Re: ocatve

2022-01-22 Thread Patrick Dupre
Hello,   I fixed the issue (temporally!) by  pip3 install sympy==1.5   (be a user).   From: "linux guy" To: "Community support for Fedora users" Subject: Re: ocatve Yes, use pip (or pip3) to install sympy  It should install the dependencies too.   Don't use

Re: ocatve

2022-01-21 Thread linux guy
Yes, use pip (or pip3) to install sympy It should install the dependencies too. Don't use the dnf packages for what you want to do. I know it is confusing. I am NOT a Python or pip expert. But I've run into similar errors and have always tracked it down to something not being installed proper

Re: ocatve

2022-01-21 Thread Patrick Dupre
(0)380395988 | | Room# D114A ===     Sent: Friday, January 21, 2022 at 6:42 PM From: "linux guy" To: "Community support for Fedora users" Subject: Re: ocatve On Thu, Jan 20, 2022 at 5:01 AM Patrick D

Re: ocatve

2022-01-21 Thread linux guy
On Thu, Jan 20, 2022 at 5:01 AM Patrick Dupre wrote: > Hello, > > When I run octave with > > pkg load symbolic > and > syms x > I > get > Symbolic pkg v2.9.0: Traceback (most recent call last): > File "", line 28, in > AttributeError: '_PrintFunction' object has no attribute '__globals__' > Tr

Re: ocatve

2022-01-20 Thread Jerry James
On Thu, Jan 20, 2022 at 5:01 AM Patrick Dupre wrote: > When I run octave with > > pkg load symbolic > and > syms x > I > get > Symbolic pkg v2.9.0: Traceback (most recent call last): > File "", line 28, in > AttributeError: '_PrintFunction' object has no attribute '__globals__' > Traceback (mos

Re: ocatve

2022-01-20 Thread George N. White III
On Thu, 20 Jan 2022 at 08:01, Patrick Dupre wrote: > Hello, > > When I run octave with > > pkg load symbolic > and > syms x > I > get > Symbolic pkg v2.9.0: Traceback (most recent call last): > File "", line 28, in > AttributeError: '_PrintFunction' object has no attribute '__globals__' > Trac

Re: ocatve

2022-01-20 Thread James Szinger
On Thu, 20 Jan 2022 13:00:56 +0100 Patrick Dupre wrote: > When I run octave with > > pkg load symbolic > and > syms x > I > get > Symbolic pkg v2.9.0: Traceback (most recent call last): > File "", line 28, in [cut] > It seems that it is an identified bug, due to sympy Is there a Fedora bugzi

ocatve

2022-01-20 Thread Patrick Dupre
Hello, When I run octave with pkg load symbolic and syms x I get Symbolic pkg v2.9.0: Traceback (most recent call last): File "", line 28, in AttributeError: '_PrintFunction' object has no attribute '__globals__' Traceback (most recent call last): File "", line 1, in File "", line 12, in