symengine.py
symengine.py copied to clipboard
`.subs` crashes
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)
How did you install symengine? Which version of symengine is this?
via conda install python-symengine -c symengine -c conda-forge
symengine 0.3.0