I am running on a Windows 10 PC. I downloaded “w1thermsensor” from w1thermsensor · PyPI and ran it to install this package. In my python code I then add “import w1thermsensor” and when I run the code I get
import w1thermsensor
The system cannot find the path specified.
… (more error message)
If I then do
C:\Users\Micro>python -m pip install w1thermsensor
Requirement already satisfied: w1thermsensor in … (More message)
So it appears to be installed!
What am I doing wrong?
Thanks Brian