python / cpython

The Python programming language
https://www.python.org
Other
63.59k stars 30.46k forks source link

python3.13 opencv cannot install #127139

Closed LiYangDoYourself closed 9 hours ago

LiYangDoYourself commented 10 hours ago

Bug report

Bug description:

In Python version 3.13, OpenCV cannot be installed, and the error keeps coming

Your python: python=3.13

If python is on the left-most side of the chain, that's the version you've asked for. When python appears to the right, that indicates that the thing on the left is somehow not available for the python version you are constrained to. Note that conda will not change your python version to a different minor version unless you explicitly specify that. What should I do?

CPython versions tested on:

3.13

Operating systems tested on:

Windows

kanishka-coder0809 commented 9 hours ago

Hi @LiYangDoYourself My name is Kanishka and I can work on this issue... can you guide me more regarding this.

ronaldoussoren commented 9 hours ago

This is not a bug in CPython, but is a 3th-party library that (given the error message) either doesn't support Python 3.13 or wasn't packaged for Python 3.13 in Conda.

Please ask about this on either the condo forum (https://conda.discourse.group) or the python discuss server (https://discuss.python.org/c/help/7)