Hi,
I'm getting started with customising prodigy recipes, so I cloned the recipes repos and ran
prodigy my-recipe -F choice.py --help
which in theory should display help text for required fields, but instead:
ERROR: Can't import recipe 'my-recipe'
made no changes to the file, in the correct directory
Built in recipes work and version in 1.8.3. any particular config required to run custom recipes?
Same thing on OSX and in a python:3.7 docker container (debian)
thanks in advance