No sdist entries for opencv-python-headless version 4.13.0.90. Cannot install with --no-binary.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 1k
- Avg merge
- 22h 17m
- Merged PRs (30d)
- 3
Description
On an Ubuntu-based environment, installing opencv-python-headless 4.13.0.90 with --no-binary fails because it has no source distribution.
There is no sdist entries in : https://pypi.org/pypi/opencv-python-headless/4.13.0.90/json
Steps to reproduce:
- Create an environment with python 3.11
- Install via:
pip install --no-binary opencv-python-headless --no-deps opencv-python-headless==4.13.0.90
Actual result
No solution found when resolving dependencies.
Using Python 3.11.14 environment at: venv
× No solution found when resolving dependencies:
╰─▶ Because opencv-python-headless==4.13.0.90 has no source distribution and
you require opencv-python-headless==4.13.0.90, we can conclude that your
requirements are unsatisfiable.
Expected result
Installation with --no-binary available.
Environment:
OS: Ubuntu 24.04.3
Python 3.11.14 (uv venv)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the listed Python 3.11 command with --no-binary and inspect the package's build and release configuration. Compare the 4.13.0.90 PyPI JSON metadata with a version that includes source distributions; done means the package publishes an sdist that can be installed with the reported command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, release
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100