-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Describe the bug
I tried to install the modules following the instructions, I've selected the modules and it started to install but it's erroring out.
Installing allsky_script
INFO: Installing allsky_script module
SUCCESS: Module "allsky_script" installed
Installing allsky_hddtemp
INFO: Installing package dependencies
INFO: Installing Python dependencies
INFO: Installing allsky_hddtemp module
SUCCESS: Module "allsky_hddtemp" installed
Installing allsky_ai
INFO: Installing Python dependencies
INFO: Installing allsky_ai module
SUCCESS: Module "allsky_ai" installed
Installing allsky_temp
INFO: Installing Python dependencies
INFO: Installing allsky_temp module
SUCCESS: Module "allsky_temp" installed
Installing allsky_gpio
INFO: Installing allsky_gpio module
SUCCESS: Module "allsky_gpio" installed
Installing allsky_openweathermap
INFO: Installing Python dependencies
INFO: Installing allsky_openweathermap module
SUCCESS: Module "allsky_openweathermap" installed
Installing allsky_dewheater
INFO: Installing Python dependencies
INFO: Installing allsky_dewheater module
SUCCESS: Module "allsky_dewheater" installed
Installing allsky_weatherunderground
INFO: Installing Python dependencies
INFO: Installing allsky_weatherunderground module
SUCCESS: Module "allsky_weatherunderground" installed
Traceback (most recent call last):
File "/home/pi/allsky-modules/module-installer.py", line 483, in
moduleInstaller.run()
File "/home/pi/allsky-modules/module-installer.py", line 475, in run
self._doInstall()
File "/home/pi/allsky-modules/module-installer.py", line 238, in _doInstall
self._check_gpio_status()
File "/home/pi/allsky-modules/module-installer.py", line 381, in _check_gpio_status
pi_version = self._getPiVersion()
File "/home/pi/allsky-modules/module-installer.py", line 392, in _getPiVersion
Device.ensure_pin_factory()
AttributeError: type object 'Device' has no attribute 'ensure_pin_factory'
pi@allsky:~/allsky-modules $
To Reproduce
Ran the command to remove the old files first - rm -fr allsky-modules
Stopped the allsky service.
Ran the standard install instructions on your site:
git clone https://github.com/AllskyTeam/allsky-modules.git
cd allsky-modules
./install.sh
Selected the dew heater modules along with some others.
Allsky Information:
- OS: Debian Bullseye 64bit
- Allsky Version: v2024.12.06
- Raspberry Pi 4 Model B Rev 1.4 (8 GB)
- Camera: RPi HQ camera
Sensors
BME280-I2C
Additional context