Skip to content

.subs crashes #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
predhd opened this issue Apr 5, 2019 · 2 comments
Open

.subs crashes #269

predhd opened this issue Apr 5, 2019 · 2 comments

Comments

@predhd
Copy link

predhd commented Apr 5, 2019

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)

@isuruf
Copy link
Member

isuruf commented Apr 5, 2019

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

@predhd
Copy link
Author

predhd commented Apr 6, 2019

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

symengine 0.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants