Received this error when updating 8/26 release to 8/31
pi@raspberrypi:~/brewblox $ brewblox-ctl update
Do you want to remove old docker images to free disk space? [Y/n]:
Command is about to: Download and apply updates.
Do you want to continue? (yes, no, verbose, dry-run) [press ENTER for default value ‘yes’]
INFO Updating brewblox-ctl…
INFO Updating brewblox-ctl libs…
edge: Pulling from brewblox/brewblox-ctl-lib
22f291e0e0e9: Pull complete
Digest: sha256:55ec5f73e5b570c6c51e0fd62fdd677034fc48b928f423240870a07373680699
Status: Downloaded newer image for brewblox/brewblox-ctl-lib:edge
docker.io/brewblox/brewblox-ctl-lib:edge
501a062950bdc526233c98aca08e88f898f9b3f0ffa182d6b61b88f74d526b37
ctl-lib
Traceback (most recent call last):
File “/home/pi/.local/bin/brewblox-ctl”, line 7, in
from brewblox_ctl.main import main
File “/home/pi/.local/lib/python3.5/site-packages/brewblox_ctl/init.py”, line 5, in
from brewblox_ctl.utils import sh # noqa: F401
File “/home/pi/.local/lib/python3.5/site-packages/brewblox_ctl/utils.py”, line 5, in
from distutils.util import strtobool
File “”, line 969, in _find_and_load
File “”, line 958, in _find_and_load_unlocked
File “”, line 666, in _load_unlocked
File “”, line 577, in module_from_spec
File “/home/pi/.local/lib/python3.5/site-packages/_distutils_hack/init.py”, line 82, in create_module
return importlib.import_module(’._distutils’, ‘setuptools’)
File “/usr/lib/python3.5/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 981, in _gcd_import
File “”, line 931, in _sanity_check
SystemError: Parent module ‘setuptools’ not loaded, cannot perform relative import
Command ‘/usr/bin/python3 /home/pi/.local/bin/brewblox-ctl update --update-ctl-done --prune’ returned non-zero exit status 1
Whenever i run brewblox-ctl, I get the following now:
pi@raspberrypi:~/brewblox $ brewblox-ctl
Traceback (most recent call last):
File “/home/pi/.local/bin/brewblox-ctl”, line 7, in
from brewblox_ctl.main import main
File “/home/pi/.local/lib/python3.5/site-packages/brewblox_ctl/init.py”, line 5, in
from brewblox_ctl.utils import sh # noqa: F401
File “/home/pi/.local/lib/python3.5/site-packages/brewblox_ctl/utils.py”, line 5, in
from distutils.util import strtobool
File “”, line 969, in _find_and_load
File “”, line 958, in _find_and_load_unlocked
File “”, line 666, in _load_unlocked
File “”, line 577, in module_from_spec
File “/home/pi/.local/lib/python3.5/site-packages/_distutils_hack/init.py”, line 82, in create_module
return importlib.import_module(’._distutils’, ‘setuptools’)
File “/usr/lib/python3.5/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 981, in _gcd_import
File “”, line 931, in _sanity_check
SystemError: Parent module ‘setuptools’ not loaded, cannot perform relative import