Replies: 2 comments 7 replies
-
copied from AccelerationConsortium/ac-dev-lab#109 (comment): It turns out that Prefect requires Pendulum 3.0.0:
However, Pendulum 3.0.0 has a known bug when building on 32-bit systems, as noted here. Unfortunately, the OT-2 runs on a Pi 3 with 32-bit armv7l, which explains why I always got stuck. It looks like the issue was closed via this commit, but it hasn't yet been included in the latest release (the commit is from last November, and the latest release is from 2023). cc @masonmenges, who mentioned that the pendulum dependency may be removed at some point. Seems there's quite a lot of existing content related to pendulum within Prefect: cc @Neil-YL |
Beta Was this translation helpful? Give feedback.
-
@sgbaird could you use Python 3.13? Pendulum shouldn't be installed when using Python 3.13 Ref: Line 65 in e8852a9 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
AccelerationConsortium/ac-dev-lab#109 (comment)
Beta Was this translation helpful? Give feedback.
All reactions