Skip to content
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

AttributeError: lambdify(x, x/2, "mpmath")(I) #17835

Open
ethankward opened this issue Nov 1, 2019 · 0 comments
Open

AttributeError: lambdify(x, x/2, "mpmath")(I) #17835

ethankward opened this issue Nov 1, 2019 · 0 comments

Comments

@ethankward
Copy link
Contributor

>>> from sympy import *
>>> x = Symbol('x')
>>> lambdify(x, x/2, "mpmath")(I)
Traceback (most recent call last):
  File "test.py", line 35, in <module>
    print(lambdify(x, x/2, "mpmath")(I))
  File "<lambdifygenerated-1>", line 2, in _lambdifygenerated
  File "<string>", line 17, in __mul__
AttributeError: can't set attribute

Bisected to commit 952382d.

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

No branches or pull requests

1 participant