SymPyBotics
SymPyBotics copied to clipboard
AttributeError: module 'sympy' has no attribute 'iterables'
Does anyone have this problem?
You need to install the correct version of sympy.
my version of sympy is 1.6.2, which version is compatible ?
0.7.5 was what I used last.
ok,thank you , I will try it
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
Hi! I have the same problem. I installed sympy 0.75 but I have the same error message. Does anyone have an idea?
Does anyone have a solution to this problem