Arun Suresh
01/02/2024, 6:58 PMpip install prefect
but getting pendulum
dependency errors. i'm within a virtual environment (Python 3.12.0
). i understand that the latest prefect is pinned to pendulum < 3.0.0
, so not sure if i should install a specific pendulum version
ERROR: Failed building wheel for pendulum
Failed to build pendulum
ERROR: Could not build wheels for pendulum, which is required to install pyproject.toml-based projects
Nate
01/02/2024, 8:25 PMpendulum < 3.x
valid for python 3.12? seems maybe not https://github.com/python-poetry/poetry/issues/8648Jeff Hale
01/02/2024, 8:27 PMArun Suresh
01/02/2024, 9:20 PM