symengine.py icon indicating copy to clipboard operation
symengine.py copied to clipboard

`.subs` crashes

Open predhd opened this issue 6 years ago • 2 comments

Hi!

I have a problem with .subs:

x = se.Symbol('x')
x.subs({x: 3}) # works fine
(x**2).subs({x: 3}) #crashes without message

Windows 10 x64, Anaconda Python 3.7.1 (it works fine under Fedora)

predhd avatar Apr 05 '19 22:04 predhd

How did you install symengine? Which version of symengine is this?

isuruf avatar Apr 05 '19 23:04 isuruf

via conda install python-symengine -c symengine -c conda-forge

symengine 0.3.0

predhd avatar Apr 06 '19 00:04 predhd