mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-11-14 18:56:19 +01:00
91bb131713
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' ``` |
||
---|---|---|
.. | ||
bme680 | ||
tests | ||
.coveragerc | ||
CHANGELOG.txt | ||
LICENSE.txt | ||
MANIFEST.in | ||
README.rst | ||
setup.cfg | ||
setup.py | ||
tox.ini |