Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ver. 0.52 Requires Pre-release Version of numba #914

Open
golbin opened this issue Dec 26, 2024 · 1 comment
Open

Ver. 0.52 Requires Pre-release Version of numba #914

golbin opened this issue Dec 26, 2024 · 1 comment
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@golbin
Copy link
Contributor

golbin commented Dec 26, 2024

Description

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.

@golbin
Copy link
Contributor Author

golbin commented Dec 26, 2024

I noticed there is a similar issue: #913

@vipyne vipyne added the duplicate This issue or pull request already exists label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants