On Windows AMD - Does Prodigy support Windows AMD? When I try to install the Windows wheel I am getting ‘whl is not a supported wheel on this platform’
On Red Hat CentOS - I successfully installed the Prodigy Linux wheel file but am running into SQL db None type errors when I tried to create new annotations using e.g, ‘prodigy dataset my_set “A new dataset” --author Me’. I have run/installed pip3 install mysql-connector-python. Is there a different preferred sql package?
My prodigy.json file looks like
{
“theme”: “basic”,
“custom_theme”: {},
“batch_size”: 10,
“port”: 8080,
“host”: “localhost”,
“cors”: true,
“db”: “mysql”,
“db_settings”: {
“mysql”: {
“host” :“host”,
“user” :“user”,
“passwd”:“password”,
“db”: “name”
}
},
“api_keys”: {},
“auto_create”: true,
“auto_exclude_current”: true,
“instant_submit”: false,
“show_stats”: false,
“hide_meta”: false,
“show_flag”: false,
“instructions”: false,
“swipe”: false,
“split_sents_threshold”: false,
“diff_style”: “words”,
“html_template”: false,
“global_css”: null,
“javascript”: null,
“writing_dir”: “ltr”,
“hide_true_newline_tokens”: false,
“ner_manual_require_click”: false,
“ner_manual_label_style”: “list”,
“choice_style”: “single”,
“choice_auto_accept”: false,
“darken_image”: 0,
“show_bounding_box_center”: false,
“preview_bounding_boxes”: false,
“shade_bounding_boxes”: false
}