hi all i'm trying to `pip install prefect` but get...
# prefect-getting-started
a
hi all i'm trying to
pip 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
Copy code
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
1
n
is
pendulum < 3.x
valid for python 3.12? seems maybe not https://github.com/python-poetry/poetry/issues/8648
j
Yeah. Prefect doesn’t yet support Python 3.12. We’re working on support now. You can follow the PR here.
a
got it, thanks!