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

Updated Rasbian install instructions #44

Closed jasonehines closed 6 years ago

jasonehines commented 6 years ago

I installed per your Rasbian instructions but got this error ImportError: No module named 'pkg_resources' when running w1thermsensor ls. I installed python3-setuptools to resolve it.

codecov-io commented 6 years ago

Codecov Report

Merging #44 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #44   +/-   ##
=======================================
  Coverage   96.27%   96.27%           
=======================================
  Files           5        5           
  Lines         215      215           
=======================================
  Hits          207      207           
  Misses          8        8

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f2bffc2...e49f400. Read the comment docs.

timofurrer commented 6 years ago

Good catch! Thank you :tada:

I'll also add it to debian/control :)