Prodigy 1.12.0 is out! 🎉

Just tried and didn't have issues. Are you 100% sure you're looking at the right Python environment? For example, if you run which python or which python3, is it pointing to your venv?

If so, two other options:

  1. Run pip uninstall prodigy then try pip install prodigy -f .... You may want to prefix it with python3 -m pip ... or python -m pip ... to be 100% sure you're pointing to the right environment.
  2. Go to a browser, type in https://xxxx-xxxx-xxxx-xxxx@download.prodi.gy/index/prodigy and select Prodigy v1.12.0, download the wheel file (prodigy-1.12.0-...) that aligns to your Python version and OS. Alternatively, you can download from SendOwl. Do pip uninstall prodigy again (or start new venv) and then run pip install -f /path/to/wheels