Welp,
Guess I'm next in line for mac install issues.
Catalina 10.15.2 (19C57)
Python 3.8(trying to install within venv)
Followed instructions, and I'm still getting the "is not a supported wheel on this platform" error.
Tried the solutions that other people have used,
>>> from distutils.util import get_platform
>>> plat = get_platform()
>>> print(plat)
macosx-10.15-x86_64
>>>
ERROR: prodigy-1.10.7-cp38-macosx-10_15_x86_64.whl is not a supported wheel on this platform.
So, I tried to move the prodigy folder into site packages.
import prodigy
Traceback (most recent call last):
File "", line 1, in
File "/Users/kylescomp/Desktop/prodigy/prodigy/init.py", line 1, in
from .util import init_package
ModuleNotFoundError: No module named 'prodigy.util'
Not sure what else to do but it's been about a week and change and I'm no closer to getting this up and running.