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

Fix name of ocv package #646

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Fix name of ocv package #646

merged 1 commit into from
Aug 18, 2023

Conversation

rslota
Copy link
Contributor

@rslota rslota commented Aug 18, 2023

Problem

> $ darwin dataset pull longvideosnoframes/videos-no-frames-extraction:2 --video-frames                                 
Error: Missing Dependency: OpenCV required for Video Extraction. Install with `pip install darwin[ocv]`
                                                                                                                         
> $ pip install darwin\[ocv\]                                                                                           
ERROR: Could not find a version that satisfies the requirement darwin[ocv] (from versions: none)
ERROR: No matching distribution found for darwin[ocv]

Solution

Rename darwin[ocv] -> darwin-py[ocv]

@rslota rslota merged commit fa52a77 into master Aug 18, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants