Not able to install prodigy with poetry. Getting following error:
It worked fine about 3 weeks ago.
The same situation with the following command: python -m pip install prodigy --extra-index-url https://<license>@download.prodi.gy

Anything was changed during those 3 weeks ?
honnibal
(Matthew Honnibal)
2
It's possible there's a problem with the --extra-index-url
syntax. I'll look into that tomorrow, thanks! In the meantime could you try --find-links
?
honnibal
(Matthew Honnibal)
3
I've now fixed the --extra-index-url
support on the download service.
Great! Working now! Thank you for quick fix!