SymPyBotics icon indicating copy to clipboard operation
SymPyBotics copied to clipboard

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

Open ohmyjesus opened this issue 4 years ago • 7 comments

Does anyone have this problem?

ohmyjesus avatar Sep 02 '20 13:09 ohmyjesus

You need to install the correct version of sympy.

phuicy avatar Sep 03 '20 09:09 phuicy

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

ohmyjesus avatar Sep 04 '20 01:09 ohmyjesus

0.7.5 was what I used last.

phuicy avatar Sep 04 '20 14:09 phuicy

ok,thank you , I will try it

ohmyjesus avatar Sep 06 '20 10:09 ohmyjesus

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

ha7ilm avatar Sep 06 '21 08:09 ha7ilm

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

MTPham-INSA-Lyon avatar Feb 14 '23 19:02 MTPham-INSA-Lyon

Does anyone have a solution to this problem

Samuel-Ayankoso avatar Sep 19 '23 11:09 Samuel-Ayankoso