Hi there,
So a couple of things:
The literal explanation of the error is that although Opal is installed (you can tell from the output of pip freeze) the opal script is not on your %PATH%.
Although you can presumably manage this yourself (I'm not particularly expert working on Windows myself so couldn't tell you) I would suspect that using
Virtualenv - a tool for creating isolated python programming environments would manage it for you.
More broadly, Opal is currently known not to work on Windows - we've never had a Windows maintainer and don't do development or deployment there ourselves.
However - we do anticipate changing this very soon!
We're expecting to start work this week to fix the known Windows-only bugs and then set up CI so that we know that tests pass as a minimum.
The work on that will probably be updated in
this ticket if you want to stay in the loop.
Until that's fixed, your best bet will be to find a way to work with Opal from a *nix environment.