TuragaLab / flybody

MuJoCo fruit fly body model and reinforcement learning tasks
Apache License 2.0
79 stars 4 forks source link

Only supports python 3.10 #1

Open GJBoth opened 3 months ago

GJBoth commented 3 months ago

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

vaxenburg commented 3 months ago

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

GJBoth commented 3 months ago

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?

vaxenburg commented 3 months ago

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