simplesoapy icon indicating copy to clipboard operation
simplesoapy copied to clipboard

Error running on Raspberry Pi

Open dmitryelj opened this issue 7 years ago • 1 comments

Hi,

Thanks for a cool product. I was able to run simplesoapy on Windows and OSX, but cannot run on Raspberry Pi, getting this error:

File "/usr/local/lib/python3.2/dist-packages/simplesoapy.py", line 3, in import sys, math, logging, collections, collections.abc, itertools

The problem is, Python 3.2 does not have collections.abc module. Is it really required, or can be replaced with something else?

Thanks.

dmitryelj avatar Sep 09 '17 13:09 dmitryelj

I intend to use this on Raspberry Pi as well in the future. Have you tried updating your python 3 to the latest 3.6? (Or even 3.7, soon). As always, make sure everything on the Pi is up to date, including your python interpreter(s). I should be trying this out on the Pi later this week, I'll let you know if I have the same problem.

Kishaihd avatar Feb 13 '18 16:02 Kishaihd