aiidateam / aiida-pseudo

MIT License
5 stars 8 forks source link

CLI broken when installed with `aiida-core==2.1` #130

Closed sphuber closed 1 year ago

sphuber commented 1 year ago

This is because the CLI uses aiida.cmdline.params.options.PROFILE which was changed in v2.1. It now requires that the group/command it is associated with uses VerdiContext for the context class.

unkcpz commented 1 year ago

Hi @sphuber, any idea on how to fix this?

sphuber commented 1 year ago

I have already fixed it. See this branch: https://github.com/aiidateam/aiida-pseudo/tree/fix/130/cli-verdi-context Just waiting for aiida-core==2.1 to be released and then we can apply the fix and release it