I'm trying to use the oid4vc plugin, importing it the way any plugin should be installed according to README.md file in the root.
Putting RUN pip install git+https://github.com/openwallet-foundation/acapy-plugins@main#subdirectory=oid4vc in my docker file, acapy loads ok, however looking in the logs, the credential types weren't loaded
2026-05-27 15:16:09,318 acapy_agent.config.default_context DEBUG Registering external plugin: oid4vc
2026-05-27 15:16:09,432 acapy_agent.core.plugin_registry DEBUG Registered plugin: oid4vc
2026-05-27 15:16:09,432 acapy_agent.config.default_context DEBUG Registering external plugin: jwt_vc_json
2026-05-27 15:16:09,432 acapy_agent.core.plugin_registry ERROR Protocol does not include 'definition.py' for module: jwt_vc_json
2026-05-27 15:16:09,432 acapy_agent.core.plugin_registry WARNING Failed to register plugin: jwt_vc_json
2026-05-27 15:16:09,432 acapy_agent.config.default_context DEBUG Registering external plugin: mso_mdoc
2026-05-27 15:16:09,434 acapy_agent.utils.classloader WARNING Module mso_mdoc not found during import
2026-05-27 15:16:09,434 acapy_agent.core.plugin_registry ERROR Error loading plugin module 'mso_mdoc': Unable to import module mso_mdoc: No module named 'cbor2'
2026-05-27 15:16:09,434 acapy_agent.core.plugin_registry ERROR Module doesn't exist: mso_mdoc
2026-05-27 15:16:09,434 acapy_agent.config.default_context DEBUG Registering external plugin: sd_jwt_vc
2026-05-27 15:16:09,435 acapy_agent.utils.classloader WARNING Module sd_jwt_vc not found during import
2026-05-27 15:16:09,435 acapy_agent.core.plugin_registry ERROR Error loading plugin module 'sd_jwt_vc': Unable to import module sd_jwt_vc: No module named 'jsonpointer'
2026-05-27 15:16:09,435 acapy_agent.core.plugin_registry ERROR Module doesn't exist: sd_jwt_vc
Look that oid4vc plugin was registered fine, however the other plugins, the credential types, weren't
Anyone has a clue why this is happening?
I'm trying to use the oid4vc plugin, importing it the way any plugin should be installed according to README.md file in the root.
Putting
RUN pip install git+https://github.com/openwallet-foundation/acapy-plugins@main#subdirectory=oid4vcin my docker file, acapy loads ok, however looking in the logs, the credential types weren't loadedLook that oid4vc plugin was registered fine, however the other plugins, the credential types, weren't
Anyone has a clue why this is happening?