timofurrer / w1thermsensor

A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
MIT License
493 stars 113 forks source link

Unable to locate package python3-w1thermsensor #55

Closed natanbenchimol closed 5 years ago

natanbenchimol commented 5 years ago

Hey,

I've used this package before and really loved how easy it was to use. I am having issues downloading the package this time. When I try to install it on Rasbian using sudo apt-get install python3-w1thermsensor I get the error: "unable to locate package python3-w1thermsensor" I am using a raspberry pi with rasbian. Any chance you can help me out?

timofurrer commented 5 years ago

What version of raspbian are you using? Did you do an apt update ?

timofurrer commented 5 years ago

The raspbian apt repositories contain the w1thermsensor packages. See http://archive.raspberrypi.org/debian/dists/stretch/main/binary-armhf/Packages

Make sure you have an up-to-date system (apt update).

I'm going to close this for now. You can still post to it if the problem persists and we go from there. 🎉

ComputerSmiths commented 1 year ago

I'm seeing this in the Stretch packages above, and in Buster but not Bullseye, how do I install it?

Thanks!

bsimmo commented 1 year ago

As it says on the front page (and for most python modules)

pip install w1thermsensor

ComputerSmiths commented 1 year ago

Thanks, pip3 install worked, though apt-get used to.