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: module 'sympy' has no attribute 'iterables' #32

Open
ohmyjesus opened this issue Sep 2, 2020 · 7 comments
Open

AttributeError: module 'sympy' has no attribute 'iterables' #32

ohmyjesus opened this issue Sep 2, 2020 · 7 comments

Comments

@ohmyjesus
Copy link

Does anyone have this problem?

@phuicy
Copy link

phuicy commented Sep 3, 2020

You need to install the correct version of sympy.

@ohmyjesus
Copy link
Author

my version of sympy is 1.6.2, which version is compatible ?

@phuicy
Copy link

phuicy commented Sep 4, 2020

0.7.5 was what I used last.

@ohmyjesus
Copy link
Author

ok,thank you , I will try it

@ha7ilm
Copy link

ha7ilm commented Sep 6, 2021

So you need to do this:

python3 -m pip uninstall sympy #or uninstall through OS package manager, etc.
python3 -m pip install sympy==0.7.5

@MTPham-INSA-Lyon
Copy link

Hi!
I have the same problem. I installed sympy 0.75 but I have the same error message. Does anyone have an idea?

@Samuel-Ayankoso
Copy link

Does anyone have a solution to this problem

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

5 participants