Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8015

General discussion • Re: Cannot for the life of me install libs for bme280 sensor?

$
0
0
Sudo apt install (directory) setup.py

I'm not surprised that didn't work. You wouldn't use apt like that.

Try

Code:

sudo apt update && sudo apt install python3-bme280
If you want to try something you've downloaded yourself try

Code:

python directory/setup.py
or

Code:

sudo python directory/setup.py

Statistics: Posted by thagrol — Sun Oct 19, 2025 11:24 pm



Viewing all articles
Browse latest Browse all 8015

Trending Articles