Mac install issues

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.

I got it, but, it's not pretty. Had to install different virtual environments using pyenv , now I'm fighting some spacy issues.

Hi! It sounds like you might have ended up in a weird environment state after changing to Python 3.8 or below? spaCy should work fine on all versions of Python, so maybe just try and reinstall the Prodigy wheel from scratch, which should pull in all the correct versions of all libraries it depends on.