Enviro+ Gas Sensor

I have installed the enviro+ libraries using both “pip install enviroplus” and github as recommended by Pimoroni:

git clone GitHub - pimoroni/enviroplus-python: Python library for the Enviro+ environmental monitoring board
cd enviroplus-python
sudo ./install.sh).

I can read the temperature/humidity/pressure and light sensors, but when I try to run the example gas script, I get the message “ImportError: No module named enviroplus”.

Can anyone suggest how I can solve this issue?

Try running it with python3 example.py if you haven’t already?

Thanks. That solved the problem.

1 Like