Hi there,
new install and I seem to be running into the same issue.
Install log:
DietPi-Software
─────────────────────────────────────────────────────
Step: Installing Bazarr: Automatically download subtitles
[ OK ] DietPi-Software | cd /tmp/DietPi-Software
[ OK ] DietPi-Software | curl -sSfL https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip -o bazarr.zip
[ OK ] DietPi-Software | unzip -o bazarr.zip -d/opt/bazarr
[ OK ] DietPi-Software | rm bazarr.zip
[ INFO ] DietPi-Software | APT install for: python3-lxml python3-numpy, please wait...
[ OK ] DietPi-Software | APT install for: python3-lxml python3-numpy
[ OK ] DietPi-Software | cd /opt/bazarr
[ INFO ] DietPi-Software | pip3 install --no-cache-dir -Ur requirements.txt, please wait...
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple/
Requirement already satisfied: setuptools in /usr/local/lib/python3.9/dist-packages (from -r requirements.txt (line 1)) (60.8.2)
Requirement already satisfied: lxml>=4.3.0 in /usr/local/lib/python3.9/dist-packages (from -r requirements.txt (line 2)) (4.7.1)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /simple/lxml/
Requirement already satisfied: numpy>=1.12.0 in /usr/local/lib/python3.9/dist-packages (from -r requirements.txt (line 3)) (1.22.2)
Requirement already satisfied: webrtcvad-wheels>=2.0.10 in /usr/local/lib/python3.9/dist-packages (from -r requirements.txt (line 4)) (2.0.10.post2)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[ OK ] DietPi-Software | pip3 install --no-cache-dir -Ur requirements.txt
[ OK ] DietPi-Software | cd /tmp/DietPi-Software
[ OK ] DietPi-Software | mkdir /mnt/dietpi_userdata/bazarr
[ OK ] DietPi-Software | Verifying user "bazarr" to run Bazarr
[ OK ] DietPi-Software | useradd -rMN -g dietpi -d /mnt/dietpi_userdata/bazarr -s /usr/sbin/nologin bazarr
[ OK ] DietPi-Software | rm -Rf /mnt/dietpi_userdata/bazarr/log
[ OK ] DietPi-Software | ln -s /var/log/bazarr /mnt/dietpi_userdata/bazarr/log
[ OK ] DietPi-Software | chown -R bazarr:dietpi /mnt/dietpi_userdata/bazarr /opt/bazarr
[ OK ] DietPi-Software | systemctl daemon-reload
[ OK ] DietPi-Software | Starting Bazarr to pre-create config file in max 25 seconds
[ OK ] DietPi-Software | systemctl stop bazarr
[FAILED] DietPi-Software | Waiting for Bazarr config file failed, skipping pre-configuration
systemctl status bazarr
root@DietPi:~# systemctl status bazarr
● bazarr.service - Bazarr Daemon (DietPi)
Loaded: loaded (/etc/systemd/system/bazarr.service; disabled; vendor preset: enabled)
Active: active (running) since Thu 2022-02-10 12:45:11 GMT; 53s ago
Main PID: 3917 (python3)
Tasks: 3 (limit: 1597)
CPU: 44.739s
CGroup: /system.slice/bazarr.service
├─3917 /usr/bin/python3 /opt/bazarr/bazarr.py -c /mnt/dietpi_userdata/bazarr
├─3944 /usr/bin/python3 -u /opt/bazarr/bazarr/main.py -c /mnt/dietpi_userdata/bazarr
└─3950 /usr/bin/python3 -m pip install --user -qq --disable-pip-version-check -r /opt/bazarr/requirements.txt
Feb 10 12:45:43 DietPi Bazarr[3928]: 2022-02-10 12:45:43,081 - root (76f1c980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:45:43 DietPi Bazarr[3928]: 2022-02-10 12:45:43,086 - root (76f1c980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:45:50 DietPi Bazarr[3933]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:45:50 DietPi Bazarr[3933]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:45:50 DietPi Bazarr[3933]: 2022-02-10 12:45:50,719 - root (76f20980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:45:57 DietPi Bazarr[3933]: 2022-02-10 12:45:57,801 - root (76f20980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:45:57 DietPi Bazarr[3933]: 2022-02-10 12:45:57,803 - root (76f20980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:46:04 DietPi Bazarr[3944]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:46:04 DietPi Bazarr[3944]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:46:04 DietPi Bazarr[3944]: 2022-02-10 12:46:04,853 - root (76fb8980) : INFO (init:72) - BAZARR installing requirements...
journalctl
root@DietPi:~# journalctl -u bazarr
-- Journal begins at Thu 2022-02-10 12:30:15 GMT, ends at Thu 2022-02-10 12:47:01 GMT. --
Feb 10 12:37:15 DietPi systemd[1]: Started Bazarr Daemon (DietPi).
Feb 10 12:37:25 DietPi Bazarr[3000]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:37:25 DietPi Bazarr[3000]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:37:25 DietPi Bazarr[3000]: 2022-02-10 12:37:25,437 - root (76fc4980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:37:30 DietPi Bazarr[3000]: 2022-02-10 12:37:30,771 - root (76fc4980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:37:30 DietPi Bazarr[3000]: 2022-02-10 12:37:30,775 - root (76fc4980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:37:35 DietPi Bazarr[3136]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:37:35 DietPi Bazarr[3136]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:37:35 DietPi Bazarr[3136]: 2022-02-10 12:37:35,191 - root (76f4a980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:37:40 DietPi Bazarr[3136]: 2022-02-10 12:37:40,552 - root (76f4a980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:37:40 DietPi Bazarr[3136]: 2022-02-10 12:37:40,554 - root (76f4a980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:37:43 DietPi systemd[1]: Stopping Bazarr Daemon (DietPi)...
Feb 10 12:37:44 DietPi Bazarr[2980]: Bazarr starting...
Feb 10 12:37:44 DietPi Bazarr[2980]: Bazarr is restarting...
Feb 10 12:37:44 DietPi Bazarr[2980]: Bazarr is restarting...
Feb 10 12:37:44 DietPi Bazarr[2980]: Bazarr exited.
Feb 10 12:37:44 DietPi systemd[1]: bazarr.service: Succeeded.
Feb 10 12:37:44 DietPi systemd[1]: Stopped Bazarr Daemon (DietPi).
Feb 10 12:37:44 DietPi systemd[1]: bazarr.service: Consumed 25.275s CPU time.
Feb 10 12:38:06 DietPi systemd[1]: Started Bazarr Daemon (DietPi).
Feb 10 12:38:14 DietPi Bazarr[3614]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:38:14 DietPi Bazarr[3614]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:38:14 DietPi Bazarr[3614]: 2022-02-10 12:38:14,497 - root (76f96980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:38:22 DietPi Bazarr[3614]: 2022-02-10 12:38:22,509 - root (76f96980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:38:22 DietPi Bazarr[3614]: 2022-02-10 12:38:22,512 - root (76f96980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:38:29 DietPi Bazarr[3632]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:38:29 DietPi Bazarr[3632]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:38:29 DietPi Bazarr[3632]: 2022-02-10 12:38:29,096 - root (76f2a980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:38:39 DietPi Bazarr[3632]: 2022-02-10 12:38:39,734 - root (76f2a980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:38:39 DietPi Bazarr[3632]: 2022-02-10 12:38:39,737 - root (76f2a980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:38:47 DietPi Bazarr[3645]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:38:47 DietPi Bazarr[3645]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:38:47 DietPi Bazarr[3645]: 2022-02-10 12:38:47,448 - root (76f40980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:38:58 DietPi Bazarr[3645]: 2022-02-10 12:38:58,805 - root (76f40980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:38:58 DietPi Bazarr[3645]: 2022-02-10 12:38:58,808 - root (76f40980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:39:06 DietPi Bazarr[3658]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:39:06 DietPi Bazarr[3658]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:39:06 DietPi Bazarr[3658]: 2022-02-10 12:39:06,711 - root (76f89980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:39:17 DietPi Bazarr[3658]: 2022-02-10 12:39:17,529 - root (76f89980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:39:17 DietPi Bazarr[3658]: 2022-02-10 12:39:17,532 - root (76f89980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:39:24 DietPi Bazarr[3681]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:39:24 DietPi Bazarr[3681]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:39:24 DietPi Bazarr[3681]: 2022-02-10 12:39:24,885 - root (76fd2980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:39:33 DietPi Bazarr[3681]: 2022-02-10 12:39:33,274 - root (76fd2980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:39:33 DietPi Bazarr[3681]: 2022-02-10 12:39:33,276 - root (76fd2980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:39:39 DietPi Bazarr[3696]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:39:39 DietPi Bazarr[3696]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:39:39 DietPi Bazarr[3696]: 2022-02-10 12:39:39,185 - root (76f9c980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:39:47 DietPi Bazarr[3696]: 2022-02-10 12:39:47,732 - root (76f9c980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:39:47 DietPi Bazarr[3696]: 2022-02-10 12:39:47,735 - root (76f9c980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:39:54 DietPi Bazarr[3705]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:39:54 DietPi Bazarr[3705]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:39:54 DietPi Bazarr[3705]: 2022-02-10 12:39:54,951 - root (76ef5980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:40:01 DietPi Bazarr[3705]: 2022-02-10 12:40:01,896 - root (76ef5980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:40:01 DietPi Bazarr[3705]: 2022-02-10 12:40:01,902 - root (76ef5980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:40:07 DietPi Bazarr[3711]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:40:07 DietPi Bazarr[3711]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:40:07 DietPi Bazarr[3711]: 2022-02-10 12:40:07,413 - root (76f4e980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:40:12 DietPi Bazarr[3711]: 2022-02-10 12:40:12,780 - root (76f4e980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:40:12 DietPi Bazarr[3711]: 2022-02-10 12:40:12,783 - root (76f4e980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:40:17 DietPi Bazarr[3719]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:40:17 DietPi Bazarr[3719]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:40:17 DietPi Bazarr[3719]: 2022-02-10 12:40:17,296 - root (76f23980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:40:23 DietPi Bazarr[3719]: 2022-02-10 12:40:23,010 - root (76f23980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:40:23 DietPi Bazarr[3719]: 2022-02-10 12:40:23,012 - root (76f23980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:40:27 DietPi Bazarr[3726]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:40:27 DietPi Bazarr[3726]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:40:27 DietPi Bazarr[3726]: 2022-02-10 12:40:27,768 - root (76ef8980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:40:33 DietPi Bazarr[3726]: 2022-02-10 12:40:33,625 - root (76ef8980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:40:33 DietPi Bazarr[3726]: 2022-02-10 12:40:33,627 - root (76ef8980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:40:38 DietPi Bazarr[3731]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:40:38 DietPi Bazarr[3731]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:40:38 DietPi Bazarr[3731]: 2022-02-10 12:40:38,681 - root (76f9d980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:40:44 DietPi Bazarr[3731]: 2022-02-10 12:40:44,310 - root (76f9d980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:40:44 DietPi Bazarr[3731]: 2022-02-10 12:40:44,313 - root (76f9d980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:40:48 DietPi Bazarr[3738]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:40:48 DietPi Bazarr[3738]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:40:48 DietPi Bazarr[3738]: 2022-02-10 12:40:48,886 - root (76fe5980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:40:54 DietPi Bazarr[3738]: 2022-02-10 12:40:54,706 - root (76fe5980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:40:54 DietPi Bazarr[3738]: 2022-02-10 12:40:54,708 - root (76fe5980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:40:59 DietPi Bazarr[3747]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:40:59 DietPi Bazarr[3747]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:40:59 DietPi Bazarr[3747]: 2022-02-10 12:40:59,570 - root (76f46980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:41:05 DietPi Bazarr[3747]: 2022-02-10 12:41:05,422 - root (76f46980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:41:05 DietPi Bazarr[3747]: 2022-02-10 12:41:05,424 - root (76f46980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:41:10 DietPi Bazarr[3752]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:41:10 DietPi Bazarr[3752]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:41:10 DietPi Bazarr[3752]: 2022-02-10 12:41:10,811 - root (76f26980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:41:17 DietPi Bazarr[3752]: 2022-02-10 12:41:17,744 - root (76f26980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:41:17 DietPi Bazarr[3752]: 2022-02-10 12:41:17,750 - root (76f26980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:41:23 DietPi Bazarr[3764]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:41:23 DietPi Bazarr[3764]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:41:23 DietPi Bazarr[3764]: 2022-02-10 12:41:23,123 - root (76fe9980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:41:29 DietPi Bazarr[3764]: 2022-02-10 12:41:29,461 - root (76fe9980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:41:29 DietPi Bazarr[3764]: 2022-02-10 12:41:29,463 - root (76fe9980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:41:34 DietPi Bazarr[3773]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:41:34 DietPi Bazarr[3773]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:41:34 DietPi Bazarr[3773]: 2022-02-10 12:41:34,627 - root (76f6d980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:41:41 DietPi Bazarr[3773]: 2022-02-10 12:41:41,545 - root (76f6d980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:41:41 DietPi Bazarr[3773]: 2022-02-10 12:41:41,548 - root (76f6d980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:41:47 DietPi Bazarr[3779]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:41:47 DietPi Bazarr[3779]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:41:47 DietPi Bazarr[3779]: 2022-02-10 12:41:47,973 - root (76f0b980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:41:54 DietPi Bazarr[3779]: 2022-02-10 12:41:54,821 - root (76f0b980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:41:54 DietPi Bazarr[3779]: 2022-02-10 12:41:54,824 - root (76f0b980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:42:00 DietPi Bazarr[3787]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:42:00 DietPi Bazarr[3787]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:42:00 DietPi Bazarr[3787]: 2022-02-10 12:42:00,057 - root (76f09980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:42:07 DietPi Bazarr[3787]: 2022-02-10 12:42:07,451 - root (76f09980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:42:07 DietPi Bazarr[3787]: 2022-02-10 12:42:07,454 - root (76f09980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:42:12 DietPi Bazarr[3792]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:42:12 DietPi Bazarr[3792]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:42:12 DietPi Bazarr[3792]: 2022-02-10 12:42:12,807 - root (76f34980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:42:18 DietPi Bazarr[3792]: 2022-02-10 12:42:18,845 - root (76f34980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:42:18 DietPi Bazarr[3792]: 2022-02-10 12:42:18,848 - root (76f34980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:42:23 DietPi Bazarr[3799]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:42:23 DietPi Bazarr[3799]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:42:23 DietPi Bazarr[3799]: 2022-02-10 12:42:23,824 - root (76f99980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:42:30 DietPi Bazarr[3799]: 2022-02-10 12:42:30,174 - root (76f99980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:42:30 DietPi Bazarr[3799]: 2022-02-10 12:42:30,176 - root (76f99980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:42:35 DietPi Bazarr[3804]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:42:35 DietPi Bazarr[3804]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:42:35 DietPi Bazarr[3804]: 2022-02-10 12:42:35,050 - root (76f78980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:42:41 DietPi Bazarr[3804]: 2022-02-10 12:42:41,244 - root (76f78980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:42:41 DietPi Bazarr[3804]: 2022-02-10 12:42:41,246 - root (76f78980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:42:48 DietPi Bazarr[3809]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:42:48 DietPi Bazarr[3809]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:42:48 DietPi Bazarr[3809]: 2022-02-10 12:42:48,398 - root (76fa4980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:42:54 DietPi Bazarr[3809]: 2022-02-10 12:42:54,891 - root (76fa4980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:42:54 DietPi Bazarr[3809]: 2022-02-10 12:42:54,893 - root (76fa4980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:43:01 DietPi Bazarr[3818]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:43:01 DietPi Bazarr[3818]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:43:01 DietPi Bazarr[3818]: 2022-02-10 12:43:01,293 - root (76f96980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:43:08 DietPi Bazarr[3818]: 2022-02-10 12:43:08,045 - root (76f96980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:43:08 DietPi Bazarr[3818]: 2022-02-10 12:43:08,047 - root (76f96980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:43:13 DietPi Bazarr[3824]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:43:13 DietPi Bazarr[3824]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:43:13 DietPi Bazarr[3824]: 2022-02-10 12:43:13,287 - root (76f4e980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:43:19 DietPi Bazarr[3824]: 2022-02-10 12:43:19,496 - root (76f4e980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:43:19 DietPi Bazarr[3824]: 2022-02-10 12:43:19,499 - root (76f4e980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:43:24 DietPi Bazarr[3839]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:43:24 DietPi Bazarr[3839]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:43:24 DietPi Bazarr[3839]: 2022-02-10 12:43:24,560 - root (76f90980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:43:30 DietPi Bazarr[3839]: 2022-02-10 12:43:30,701 - root (76f90980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:43:30 DietPi Bazarr[3839]: 2022-02-10 12:43:30,704 - root (76f90980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:43:35 DietPi Bazarr[3844]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:43:35 DietPi Bazarr[3844]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:43:35 DietPi Bazarr[3844]: 2022-02-10 12:43:35,625 - root (76f55980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:43:41 DietPi Bazarr[3844]: 2022-02-10 12:43:41,815 - root (76f55980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:43:41 DietPi Bazarr[3844]: 2022-02-10 12:43:41,820 - root (76f55980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:43:48 DietPi Bazarr[3850]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:43:48 DietPi Bazarr[3850]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:43:48 DietPi Bazarr[3850]: 2022-02-10 12:43:48,132 - root (76f13980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:43:54 DietPi Bazarr[3850]: 2022-02-10 12:43:54,189 - root (76f13980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:43:54 DietPi Bazarr[3850]: 2022-02-10 12:43:54,191 - root (76f13980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:44:02 DietPi Bazarr[3857]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:44:02 DietPi Bazarr[3857]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:44:02 DietPi Bazarr[3857]: 2022-02-10 12:44:02,031 - root (76f6c980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:44:09 DietPi Bazarr[3857]: 2022-02-10 12:44:09,093 - root (76f6c980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:44:09 DietPi Bazarr[3857]: 2022-02-10 12:44:09,096 - root (76f6c980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:44:14 DietPi Bazarr[3862]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:44:14 DietPi Bazarr[3862]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:44:14 DietPi Bazarr[3862]: 2022-02-10 12:44:14,185 - root (76f95980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:44:20 DietPi Bazarr[3862]: 2022-02-10 12:44:20,254 - root (76f95980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:44:20 DietPi Bazarr[3862]: 2022-02-10 12:44:20,260 - root (76f95980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:44:25 DietPi Bazarr[3874]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:44:25 DietPi Bazarr[3874]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:44:25 DietPi Bazarr[3874]: 2022-02-10 12:44:25,856 - root (76f92980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:44:32 DietPi Bazarr[3874]: 2022-02-10 12:44:32,266 - root (76f92980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:44:32 DietPi Bazarr[3874]: 2022-02-10 12:44:32,268 - root (76f92980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:44:37 DietPi Bazarr[3879]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:44:37 DietPi Bazarr[3879]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:44:37 DietPi Bazarr[3879]: 2022-02-10 12:44:37,333 - root (76f17980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:44:43 DietPi Bazarr[3879]: 2022-02-10 12:44:43,869 - root (76f17980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:44:43 DietPi Bazarr[3879]: 2022-02-10 12:44:43,871 - root (76f17980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:44:49 DietPi Bazarr[3886]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:44:49 DietPi Bazarr[3886]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:44:49 DietPi Bazarr[3886]: 2022-02-10 12:44:49,397 - root (76fc0980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:44:59 DietPi Bazarr[3886]: 2022-02-10 12:44:59,199 - root (76fc0980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:44:59 DietPi Bazarr[3886]: 2022-02-10 12:44:59,201 - root (76fc0980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:45:05 DietPi Bazarr[3909]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:45:05 DietPi Bazarr[3909]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:45:05 DietPi Bazarr[3909]: 2022-02-10 12:45:05,570 - root (76f2e980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:45:10 DietPi systemd[1]: Stopping Bazarr Daemon (DietPi)...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr starting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr is restarting...
Feb 10 12:45:11 DietPi Bazarr[3583]: Bazarr exited.
Feb 10 12:45:11 DietPi systemd[1]: bazarr.service: Succeeded.
Feb 10 12:45:11 DietPi systemd[1]: Stopped Bazarr Daemon (DietPi).
Feb 10 12:45:11 DietPi systemd[1]: bazarr.service: Consumed 6min 6.088s CPU time.
Feb 10 12:45:11 DietPi systemd[1]: Started Bazarr Daemon (DietPi).
Feb 10 12:45:21 DietPi Bazarr[3920]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:45:21 DietPi Bazarr[3920]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:45:21 DietPi Bazarr[3920]: 2022-02-10 12:45:21,247 - root (76f21980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:45:28 DietPi Bazarr[3920]: 2022-02-10 12:45:28,967 - root (76f21980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:45:28 DietPi Bazarr[3920]: 2022-02-10 12:45:28,970 - root (76f21980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:45:35 DietPi Bazarr[3928]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:45:35 DietPi Bazarr[3928]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:45:35 DietPi Bazarr[3928]: 2022-02-10 12:45:35,420 - root (76f1c980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:45:43 DietPi Bazarr[3928]: 2022-02-10 12:45:43,081 - root (76f1c980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:45:43 DietPi Bazarr[3928]: 2022-02-10 12:45:43,086 - root (76f1c980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:45:50 DietPi Bazarr[3933]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:45:50 DietPi Bazarr[3933]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:45:50 DietPi Bazarr[3933]: 2022-02-10 12:45:50,719 - root (76f20980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:45:57 DietPi Bazarr[3933]: 2022-02-10 12:45:57,801 - root (76f20980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:45:57 DietPi Bazarr[3933]: 2022-02-10 12:45:57,803 - root (76f20980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:46:04 DietPi Bazarr[3944]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:46:04 DietPi Bazarr[3944]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:46:04 DietPi Bazarr[3944]: 2022-02-10 12:46:04,853 - root (76fb8980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:46:12 DietPi Bazarr[3944]: 2022-02-10 12:46:12,323 - root (76fb8980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:46:12 DietPi Bazarr[3944]: 2022-02-10 12:46:12,328 - root (76fb8980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:46:17 DietPi Bazarr[3959]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:46:17 DietPi Bazarr[3959]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:46:17 DietPi Bazarr[3959]: 2022-02-10 12:46:17,822 - root (76f8c980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:46:24 DietPi Bazarr[3959]: 2022-02-10 12:46:24,144 - root (76f8c980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:46:24 DietPi Bazarr[3959]: 2022-02-10 12:46:24,147 - root (76f8c980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:46:29 DietPi Bazarr[3968]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:46:29 DietPi Bazarr[3968]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:46:29 DietPi Bazarr[3968]: 2022-02-10 12:46:29,353 - root (76f43980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:46:39 DietPi Bazarr[3968]: 2022-02-10 12:46:39,301 - root (76f43980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:46:39 DietPi Bazarr[3968]: 2022-02-10 12:46:39,307 - root (76f43980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:46:46 DietPi Bazarr[3973]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:46:46 DietPi Bazarr[3973]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:46:46 DietPi Bazarr[3973]: 2022-02-10 12:46:46,751 - root (76f9b980) : INFO (init:72) - BAZARR installing requirements...
Feb 10 12:46:53 DietPi Bazarr[3973]: 2022-02-10 12:46:53,189 - root (76f9b980) : INFO (init:84) - BAZARR requirements installed.
Feb 10 12:46:53 DietPi Bazarr[3973]: 2022-02-10 12:46:53,192 - root (76f9b980) : INFO (init:91) - Bazarr is being restarted...
Feb 10 12:47:01 DietPi Bazarr[3983]: /usr/local/lib/python3.9/dist-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
Feb 10 12:47:01 DietPi Bazarr[3983]: warnings.warn("Setuptools is replacing distutils.")
Feb 10 12:47:01 DietPi Bazarr[3983]: 2022-02-10 12:47:01,203 - root (76f98980) : INFO (init:72) - BAZARR installing requirements...
root@DietPi:~#
DietPi version
root@DietPi:~# cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=8
G_DIETPI_VERSION_SUB=1
G_DIETPI_VERSION_RC=2
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
G_LIVE_PATCH_STATUS[0]='applied'
G_LIVE_PATCH_STATUS[1]='applied'
G_LIVE_PATCH_STATUS[2]='not applicable'
Distro version
root@DietPi:~# echo $G_DISTRO_NAME $G_RASPBIAN
bullseye 0
Kernel
root@DietPi:~# uname -a
Linux DietPi 5.10.92-v7+ #1514 SMP Mon Jan 17 17:36:39 GMT 2022 armv7l GNU/Linux
SBC
RPi 2 Model B (armv7l)
Many thanks.