smart-scale icon indicating copy to clipboard operation
smart-scale copied to clipboard

No module named ISStreamer.Streamer

Open laura-james opened this issue 8 years ago • 2 comments

Hi there, I followed the install steps with no problems and ran the curl script all teh way through. However when I ran the is_example.py from initial state, I got the above error. pi@raspberrypi:~ $ python is_example.py Traceback (most recent call last): File "is_example.py", line 8, in from ISStreamer.Streamer import Streamer ImportError: No module named ISStreamer.Streamer

Did I miss an important step somewhere? Thanks in advance!

laura-james avatar Jan 05 '18 18:01 laura-james

If using Python 3, then 'pip3' to install ISStreamer:

'# pip3 install ISStreamer'

ZXant avatar Apr 25 '20 04:04 ZXant

If using Python 3, then 'pip3' to install ISStreamer:

'# pip3 install ISStreamer'

Thanks a lot!!! Saved me!! greetings from Brazil!

gersonfreire avatar Nov 10 '20 22:11 gersonfreire