Hi, when I try to download prodigy on my macbook it gives the error message " There is no application set to open the document “prodigy-1.10.8-cp36.cp37.cp38-cp36m.cp37m.cp38-macosx_10_14_x86_64 (2).whl”."
I also don't have any coding experience, so I'm not sure how to troubleshoot. I'm trying to download it into a new environment (i have anaconda already downloaded) Any help would be greatly appreciated.thank you!
Hi! I think one problem here is that you've probably downloaded the .whl file multiple times, so it automatically added the (2) at the end of the file name. However, pipreally cares about the filename, because it tells it whether the wheel file is compatible. So removing the (2) or installing the original file you downloaded with pip install should work as expected: