Hei
Ensimmäinen viesti täällä ja muutenkin nyyppä linuxin säätämisen kanssa.
Pahoittelut varmuuden vuoksi etukäteen.
Eli kyseessä on Raspberry Pi 4 jossa on Raspberry Pi IOS ja MagicMirror2 asennettuina.
Näiden suhteen kaikki on ok, mutta kun koetan asentaa ohjeiden mukaan ruuvitageille tarvittavia
juttuja tämän mukaan.
niin olen jumissa tässä kohdassa:
"Install ruuvitag-sensor package from the Python Package Index (PyPI) with pip (Python package management system). Because we are using Python 3, install ruuvitag-sensor package with pip3. Add --user to install for current user
$ sudo pip3 install --user ruuvitag-sensor"
Niin saan vaan tälläisen ilmoituksen:
“pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting ruuvitag-sensor
Could not fetch URL https://pypi.python.org/simple/ruuvitag-sensor/: There was a problem confirming the ssl certificate: Can’t connect to HTTPS URL because the SSL module is not available. - skipping
Could not fetch URL https://www.piwheels.org/simple/ruuvitag-sensor/: There was a problem confirming the ssl certificate: Can’t connect to HTTPS URL because the SSL module is not available. - skipping
Could not find a version that satisfies the requirement ruuvitag-sensor (from versions: )
No matching distribution found for ruuvitag-sensor”
Help?