Installing update 1.11.110 on Mac

Hi Ryan,

I think it worked and I will recount what I did.

  1. I received this whl from you
    prodigy-1.11.11-cp39-cp39-macosx_11_0_x86_64.whl

  2. I renamed it changing 11_0 to 10_15
    prodigy-1.11.11-cp39-cp39-macosx_10_15_x86_64.whl

  3. Did a pip install with that renamed file.

pip install --upgrade prodigy -f /Users/andreashegedus/Desktop/prodigy-1.11.11-cp39-cp39-macosx_10_15_x86_64.whl
  1. Checked version with
prodigy stats

Version 1.11.11
Location /Users/andreashegedus/opt/anaconda3/lib/python3.9/site-packages/prodigy
Prodigy Home /Users/andreashegedus/.prodigy
Platform macOS-10.16-x86_64-i386-64bit
Python Version 3.9.13

I would claim victory here but I have been burned in the past.
Andy

1 Like