Although all seems good with the newest Patchbox, it appears that the modep module is not backward compatible with the previous 2020-11-23 version of Patchbox. Maybe that’s expected?
Manager: modep.module install script found: /usr/local/patchbox-modules/modep/install.sh
Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Hit:3 http://apt.blokas.io rpi InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
modep : Depends: modep-mod-host (>= 1.8.0-2) but it is not going to be installed
Depends: modep-mod-ui (>= 1.8.1-1) but it is not going to be installed
Recommends: modep-fluidsynth (>= 2.1.0-1) but it is not going to be installed
Recommends: modep-lv2-amsynth (>= 1.9.0-2) but it is not going to be installed
Recommends: modep-lv2-artyfx (>= 1.3.0-1) but it is not going to be installed
Recommends: modep-lv2-calf (>= 0.90.3-2) but it is not going to be installed
Recommends: modep-lv2-caps (>= 0.9.26-1) but it is not going to be installed
Recommends: modep-lv2-dpf-plugins (>= 1.3.0-1) but it is not going to be installed
Recommends: modep-lv2-fat1 (>= 0.6.0-1) but it is not going to be installed
Recommends: modep-lv2-fil4 (>= 0.7.1-1) but it is not going to be installed
Recommends: modep-lv2-fluidplug (>= 1.0.0-1) but it is not going to be installed
Recommends: modep-lv2-fomp (>= 1.1.0-1) but it is not going to be installed
Recommends: modep-lv2-freaked (>= 0.0.1-1) but it is not going to be installed
Recommends: modep-lv2-guitarix (>= 0.39.0-1) but it is not going to be installed
Recommends: modep-lv2-gx-slowgear (>= 0.5.0-1) but it is not going to be installed
Recommends: modep-lv2-gx-switchless-wah (>= 0.1.0-1) but it is not going to be installed
Recommends: modep-lv2-infamousplugins (>= 0.3.0-1) but it is not going to be installed
Recommends: modep-lv2-invada-studio (>= 0.0.1-1) but it is not going to be installed
Recommends: modep-lv2-mda (>= 1.1.0-1) but it is not going to be installed
Recommends: modep-lv2-midifilter (>= 0.6.2-1) but it is not going to be installed
Recommends: modep-lv2-mod-distortion (>= 0.0.1-1) but it is not going to be installed
Recommends: modep-lv2-mod-pitchshifter (>= 0.0.1-1) but it is not going to be installed
Recommends: modep-lv2-mod-utilities (>= 0.0.1-1) but it is not going to be installed
Recommends: modep-lv2-mtc (>= 0.2.1-1) but it is not going to be installed
Recommends: modep-lv2-rkrlv2 (>= 0.3.0-1) but it is not going to be installed
Recommends: modep-lv2-setbfree (>= 0.8.11-1) but it is not going to be installed
Recommends: modep-lv2-shiroplugins (>= 0.0.1-1) but it is not going to be installed
Recommends: modep-lv2-sooperlooper (>= 0.93.0-1) but it is not going to be installed
Recommends: modep-lv2-tap (>= 1.2.7-1) but it is not going to be installed
Recommends: modep-lv2-triceratops (>= 0.3.2-1) but it is not going to be installed
Recommends: modep-lv2-tuna (>= 0.5.2-1) but it is not going to be installed
Recommends: modep-lv2-zam-plugins (>= 3.12.0-1) but it is not going to be installed
Recommends: modep-demo-content (>= 1.0.0-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/patchbox/module.py", line 622, in _install_module
'Failed to install {}.module via {} script'.format(module.name, os.path.join(module.path, module.has_install)))
patchbox.module.ModuleError: Failed to install modep.module via /usr/local/patchbox-modules/modep/install.sh script
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/patchbox", line 11, in <module>
load_entry_point('patchbox-cli==1.0', 'console_scripts', 'patchbox')()
File "/usr/lib/python3/dist-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/lib/python3/dist-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3/dist-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/lib/python3/dist-packages/patchbox/modules/module/cli.py", line 136, in activate
ctx.obj.activate(module, autolaunch=False, autoinstall=autoinstall)
File "/usr/lib/python3/dist-packages/patchbox/module.py", line 636, in activate
self._install_module(module)
File "/usr/lib/python3/dist-packages/patchbox/module.py", line 625, in _install_module
'Failed to install {}.module via {} script'.format(module.name, os.path.join(module.path, module.has_install)))
patchbox.module.ModuleError: Failed to install modep.module via /usr/local/patchbox-modules/modep/install.sh script