initialstate / temp-sensors

Network of Temperature Sensors
3 stars 0 forks source link

Cannot Import Streamer Error #1

Open pberube33 opened 3 years ago

pberube33 commented 3 years ago

I keep getting the following error: Traceback (most recent call last): File "tempsensor.py", line 2, in from ISStreamer.Streamer import Streamer ImportError: cannot import name 'Streamer' from 'ISStreamer.Streamer' (/home/pi/.local/lib/python3.7/site-packages/ISStreamer/Streamer.py)

I have checked everything and it should all work.

jrbail01 commented 3 years ago

Install ISStreamer with "pip3 install ISStreamer" since you are using Python 3.