You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: