Closed LiYangDoYourself closed 9 hours ago
Hi @LiYangDoYourself My name is Kanishka and I can work on this issue... can you guide me more regarding this.
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)
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