On Thu, Jan 20, 2022 at 5:01 AM Patrick Dupre pdupre@gmx.com 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 "<stdin>", line 28, in <module> AttributeError: '_PrintFunction' object has no attribute '__globals__' Traceback (most recent call last): File "<stdin>", line 1, in <module> File "<stdin>", line 12, in octoutput_drv File "<stdin>", line 54, in octoutput File "<stdin>", line 55, in octoutput AttributeError: module 'sympy' has no attribute 'compatibility' Closing the Python communications link.
Octave's symbolic module still wants sympy 1.5, but sympy in Fedora has moved on to later versions. See https://github.com/cbm755/octsympy/issues/1023.