I'm trying to use the latest prodigy (1.5) and have now tried multiple envs and failed to get the demo here to work: https://prodi.gy/docs/workflow-text-classification
This line here is when it fails:
prodigy textcat.eval gh_issues_eval mymodel "docs" --api github --label DOCUMENTATION --exclude gh_issues
Using 1 labels: DOCUMENTATION
ERROR: Invalid task format for view ID 'classification'
'label' is a required property
{'text': 'Move SettingsAliases content to src/res/docs/', 'priority': 40.288197, 'meta': {'source': 'GitHub', 'url': 'Move SettingsAliases content to src/res/docs/ · Issue #531 · kiwiirc/kiwiirc · GitHub'}, '_input_hash': 644046882, '_task_hash': -203850420}
I have had older versions of prodigy installed, but I've tried with new envs, and don't think that's the problem. OTOH, if it's just me... (I'm on Mac, used prodigy-1.5.1-cp35.cp36-cp35m.cp36m-macosx_10_7_x86_64.whl and python 3.5 and 3.6 with same issue.)
Lynn