flybody icon indicating copy to clipboard operation
flybody copied to clipboard

Only supports python 3.10

Open GJBoth opened this issue 11 months ago • 3 comments

Installing using python 3.11 gives an error - we should limit it to 3.10 only.

GJBoth avatar Mar 20 '24 12:03 GJBoth

What breaks exactly? This test passes for python 3.{10, 11, 12}

vaxenburg avatar Mar 20 '24 17:03 vaxenburg

There's two problems:

  1. Tensorflow 2.8 doesnt have wheels for apple silicon - so it won't work there.
  2. I'm surprised your test passes as it seems ray doesn't have wheels for python 3.12?

GJBoth avatar Mar 22 '24 08:03 GJBoth

Right, that's because the test only tests the core installation

vaxenburg avatar Mar 22 '24 14:03 vaxenburg