Error "Failed to parse COSE_Sign1 outer array" when running make demo on banking-app demo using CCF #6397
Unanswered
aframicrosoft
asked this question in
Q&A
Replies: 2 comments
-
Hi @aframicrosoft, the ccf_cose_sign1 CLI tool is part of the ccf Python package (https://pypi.org/project/ccf/), installing that should resolve your problem ( |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for raising. Fix to the demo script is incoming: microsoft/ccf-app-samples#254 As @achamayou says, you can also manually install the necessary packages - run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am trying to get the banking-app demo running on Visual Studio Code (either locally or on codespaces). However, I've hit a roadblock with the following error message when executing
make demo
:Here's a summary of what I've done so far:
Despite these steps, I keep encountering the error mentioned above.
Questions:
Any help or guidance would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions