bluerobotics / tsys01-python

A Python module to interface with the TSYS01 temperature sensor.
MIT License
3 stars 12 forks source link

No module named tsys01 #4

Closed tdritter closed 5 years ago

tdritter commented 5 years ago

Hey guys,

Been trying to run these scripts on a RPi 3B+ and I keep getting an import error, "no module named tsys01." I've installed python-smbus, updated, upgraded, etc. At the moment I'm just trying to run the "example.py" script. Am I missing something super obvious here?

Thanks in advance!

MajesticAcorn commented 5 years ago

Hi. I am having the same problem. By any chance did you find out how to make it work? Thanks in advance! :)

patrickelectric commented 5 years ago

Hi, you need to download the library with: git clone https://github.com/bluerobotics/tsys01-python Go to tsys01-python folder and install the library with: sudo python setup.py install