facebookresearch / phyre

PHYRE is a benchmark for physical reasoning.
https://phyre.ai
Apache License 2.0
431 stars 64 forks source link

Installing on Mac via pip limited to platform = macosx_10_0 #29

Closed kasmith closed 4 years ago

kasmith commented 4 years ago

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:

image

AbhishekPatnaik commented 4 years ago

Did u find a solution to it @kasmith I m facing the same problem.

akhti commented 4 years ago

This should be fixed now.