Hi Kyle,
this would typically be a case where the daemon was running when the
entry point cache was updated, and it hasn't been restarted yet.
So the daemon actually does not know about the new entry points,
even though they are properly registered.
More information can be found
here
in the FAQ [1].
So my bet would be, that if you simply restart the daemon with
`verdi daemon restart --reset` and launch a new calculation, it
should work.
Note that to launch a quick test calculation, you can use the handy
following CLI command:
aiida-quantumespresso calculation launch pw -X CODE -p
PSEUDO_FAMILY_LABEL -d
By just passing the code and pseudo family name you want to
use, it will run a simple SCF calculation for a small crystalline
silicon structure.
All parameters chosen will make the calculation run very fast, so it
is perfect for a simple test calculation.
The `-d` flag will make sure the calculation is submitted to the
daemon.
HTH,
SPH
[1]
https://aiida-core.readthedocs.io/en/latest/howto/faq.html#why-would-a-process-that-runs-fine-locally-raise-an-exception-when-submitted-to-the-daemon