I tried installing phyre locally on my Mac through pip and ran into some issues, which I believe stem from the fact that pypi servers only have wheels built under the assumption that Macs have --platform macosx_10_0_universal, and my computer only has support for 10_4 and above. This would not be a problem on Linux, which has the manylinux support.
Would it be possible to add wheels to pypi with more recent Mac platform support? Thanks!
The relevant output of my pip install -v phyre where it is searching the wheels is below:
I tried installing phyre locally on my Mac through pip and ran into some issues, which I believe stem from the fact that pypi servers only have wheels built under the assumption that Macs have
--platform macosx_10_0_universal
, and my computer only has support for 10_4 and above. This would not be a problem on Linux, which has the manylinux support.Would it be possible to add wheels to pypi with more recent Mac platform support? Thanks!
The relevant output of my
pip install -v phyre
where it is searching the wheels is below: