octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #58491] Cannot use symbolic variables anymore


From: anonymous
Subject: [Octave-bug-tracker] [bug #58491] Cannot use symbolic variables anymore
Date: Wed, 3 Jun 2020 06:27:19 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0

URL:
  <https://savannah.gnu.org/bugs/?58491>

                 Summary: Cannot use symbolic variables anymore
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 03 Jun 2020 10:27:17 AM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: heqromancer@gmail.com
             Open/Closed: Open
                 Release: 5.2.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I also -wrongly- reported this bug on Cantor, but then I found out it's rather
Octave-related. I'd like to mention that I've been working with symbolic
variables for a bit now, so it was weird to see it all suddenly disappear

STEPS TO REPRODUCE


pkg load symbolic
syms x


OBSERVED RESULT

/usr/lib/python3.8/site-packages/sympy/__init__.py:672:
SymPyDeprecationWarning: 

importing sympy.core.compatibility with 'from sympy import *' has been
deprecated since SymPy 1.6. Use import sympy.core.compatibility
instead. See https://github.com/sympy/sympy/issues/18245 for more
info.

  self.Warn(
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
  File "/usr/lib/python3.8/site-packages/sympy/__init__.py", line 677, in
__getattr__
    return getattr(self.mod, name)
AttributeError: module 'sympy.core.compatibility' has no attribute
'integer_types'


EXPECTED RESULT
It should define the variable.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.18.5
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58491>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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