This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: VideoCapture is not installing
Type: behavior Stage: resolved
Components: Installation Versions: Python 3.9
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: eng19ec0098.swathim, eric.smith
Priority: normal Keywords:

Created on 2021-08-04 17:56 by eng19ec0098.swathim, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Screenshot 2021-08-04 232419.jpg eng19ec0098.swathim, 2021-08-04 17:56
Messages (4)
msg398923 - (view) Author: ENG19EC0098_Swathi.M (eng19ec0098.swathim) Date: 2021-08-04 17:56
The python version is failing to install the VideoCapture of opencv despite many trials. 
Would request you to kindly go through this at the earliest
msg398942 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2021-08-04 19:30
Please do no post screen captures. Copy and paste the text into the bug report. 

It looks like VideoCapture has not released a 3.9 compatible wheel file on PyPI. You should follow up with that project directly, as it is not part of python’s standard library.
msg398960 - (view) Author: ENG19EC0098_Swathi.M (eng19ec0098.swathim) Date: 2021-08-05 03:11
Thanks for your response so which latest version of python is compatible
for both VideoCapture and OpenCv?

Also the error was:
ERROR: Could not find a vsion that satisfies the requirement VideoCapture
(from versions: none)
ERROR: No matching distribution found for VideoCapture

On Thu, 5 Aug, 2021, 1:01 am Eric V. Smith, <report@bugs.python.org> wrote:

>
> Eric V. Smith <eric@trueblade.com> added the comment:
>
> Please do no post screen captures. Copy and paste the text into the bug
> report.
>
> It looks like VideoCapture has not released a 3.9 compatible wheel file on
> PyPI. You should follow up with that project directly, as it is not part of
> python’s standard library.
>
> ----------
> nosy: +eric.smith
> resolution:  -> third party
> stage:  -> resolved
> status: open -> closed
> type: resource usage -> behavior
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue44833>
> _______________________________________
>
msg398964 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2021-08-05 04:46
I don't know, and this isn't the right place to ask (since this is not a bug in Python). I suggest you ask on a VideoCapture specific forum.
History
Date User Action Args
2022-04-11 14:59:48adminsetgithub: 88996
2021-08-05 04:46:26eric.smithsetmessages: + msg398964
2021-08-05 03:11:23eng19ec0098.swathimsetmessages: + msg398960
2021-08-04 19:30:48eric.smithsetstatus: open -> closed

type: resource usage -> behavior

nosy: + eric.smith
messages: + msg398942
resolution: third party
stage: resolved
2021-08-04 17:56:03eng19ec0098.swathimcreate