mirror of
https://github.com/cmur2/python-bme680.git
synced 2025-11-09 03:08:53 +01:00
Fixes:
```python
>>> import bme680
>>> sensor = bme680.BME680(bme680.I2C_ADDR_PRIMARY)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.7/dist-packages/bme680/__init__.py", line 22, in __init__
import smbus
ModuleNotFoundError: No module named 'smbus'
```