0 Mitglieder und 1 Gast betrachten dieses Thema.
chris@chris-ThinkPad-X240:~/RasPi$ pip show w1thermsensorName: w1thermsensorVersion: 1.3.0Summary: This little pure python module provides a single class to get the temperature of a w1 sensorHome-page: http://github.com/timofurrer/w1thermsensorAuthor: Timo FurrerAuthor-email: tuxtimo@gmail.comLicense: MITLocation: /home/chris/.local/lib/python2.7/site-packagesRequires: clickchris@chris-ThinkPad-X240:~/RasPi$ ./data.pyTraceback (most recent call last): File "./data.py", line 11, in <module> from w1thermsensor import W1ThermSensorModuleNotFoundError: No module named 'w1thermsensor'chris@chris-ThinkPad-X240:~/RasPi$ ls /home/chris/.local/lib/python2.7/site-packagesclick click-7.1.2.dist-info w1thermsensor w1thermsensor-1.3.0.dist-infochris@chris-ThinkPad-X240:~/RasPi$ ls /home/chris/.local/lib/python3.7/site-packageschris@chris-ThinkPad-X240:~/RasPi$