You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bug report regarding dependency resolution for pipecat-ai version 0.52.
Environment
pipecat-ai version: 0.52
python version: 3.12.*
Issue description
When upgrading pipecat-ai to version 0.52, a dependency resolution error occurs because numba is required with a pre-release marker (numba>=0.61.0rc1).
Logs
uv sync
× No solution found when resolving dependencies for split (python_full_version == '3.12.*'):
╰─▶ Because only numba<0.61.0rc1 is available and pipecat-ai==0.0.52 depends on numba>=0.61.0rc1, we can conclude that
pipecat-ai==0.0.52 cannot be used.
And because only pipecat-ai[openai]<=0.0.52 is available and your project depends on pipecat-ai[openai]>=0.0.52, we can conclude
that your project's requirements are unsatisfiable.
hint: numba was requested with a pre-release marker (e.g., numba>=0.61.0rc1), but pre-releases weren't enabled (try:
`--prerelease=allow`)
Suggested Fix
If there are no specific reasons for requiring numba>=0.61.0rc1, it is recommended to use a stable release of numba instead of the release candidate version.
The text was updated successfully, but these errors were encountered:
Description
This is a bug report regarding dependency resolution for
pipecat-ai
version 0.52.Environment
Issue description
When upgrading
pipecat-ai
to version 0.52, a dependency resolution error occurs becausenumba
is required with a pre-release marker (numba>=0.61.0rc1
).Logs
Suggested Fix
If there are no specific reasons for requiring
numba>=0.61.0rc1
, it is recommended to use a stable release ofnumba
instead of the release candidate version.The text was updated successfully, but these errors were encountered: