ERROR: prodigy-1.11.0a8-cp36.cp37.cp38.cp39-cp36m.cp37m.cp38.cp39-macosx_10_14_x86_64.whl is not a supported wheel on this platform.
Tried unpacking the wheel into site-packages. This fails with unmatched version with cpython.
Use pip install with miniconda - This fails with prodigy/prodigy/models/dep.cpython-38-darwin.so: code signature in (prodigy/prodigy/models/dep.cpython-38-darwin.so) not valid for use in process using Library Validation: library load disallowed by system policy
My python version is 3.8.10. Are m1 macs supported with the current release?
Is there any timeline on when they will be natively supported? I tried the solution above, but it results in this error
prodigy/prodigy/models/dep.cpython-38-darwin.so: code signature in (prodigy/prodigy/models/dep.cpython-38-darwin.so) not valid for use in process using Library Validation: library load disallowed by system policy
I can bypass the check for this one file manually, but it keeps on again and again for more files.
Hmm, it sounds like something has gone wrong with the install. Have you tried the miniconda option? I found that was the easiest to keep the virtual environment separate and know that it was going to stay in emulation mode.
Our current plan is to support it for the upcoming v1.11, but the new wheels aren't part of the nightly distribution yet.