Hello,
Having trouble installing Pironman5 software from GitHub.
I am following the installation instructions but after starting the installation script I have the following:
Pironman 5 Installer
- Update package list… Done
- Install build dependencies: python3-pip python3-venv git curl… Done
- Run command before install: Download influxdb key… Done
- Run command before install: Setup influxdb install source… Done
- Install APT dependencies: influxdb lsof libjpeg-dev libfreetype6-dev kmod i2c-tools python3-gpiozero… Done
- Create work directory… Done
- Change work directory mode… Done
- Change work directory owner… Done
- Create log directory… Done
- Change log directory mode… Done
- Change log directory owner… Done
- Remove old virtual environment… Done
- Create virtual environment… Done
- Install pip… Done
- Install setuptools… Done
- Install build… Done
- Install gpiozero… Done
Installing pironman5…
*** Uninstall old package… Done**
*** Install package… Error**
Installing pm_auto…
***** Uninstall old package… Done****
***** Install package… Error****
Installing pm_dashboard… - Uninstall old package… Done
- Install package… Done
Installing sf_rpi_status… - Uninstall old package… Done
- Install package… Done
Setup auto start… - Copy binary file… Done
- Change binary file mode… Done
- Copy service file… Done
- Enable service… Done
- Reload systemd… Done
- Start service… Done
- add module: i2c-dev… Done
- Copy dtoverlay sunfounder-pironman5.dtbo… Done
- Change work directory owner… Done
Finished
Cleanup - Remove build… Error Ignored
And after that detailed error is:
Collecting RPi.GPIO (from pironman5==1.1.3)
Using cached RPi.GPIO-0.7.1.tar.gz (29 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status ‘error’
Error: error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
ERROR: Can not execute setup.py
since setuptools is not available in the build environment.
[end of output]