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

Is "pip install pytorchvideo" or "pip install torchvideo"? #7

Closed
dspcad opened this issue Feb 7, 2022 · 2 comments
Closed

Is "pip install pytorchvideo" or "pip install torchvideo"? #7

dspcad opened this issue Feb 7, 2022 · 2 comments

Comments

@dspcad
Copy link

dspcad commented Feb 7, 2022

I got an error said:
ERROR: Could not find a version that satisfies the requirement pytorchvideo (from versions: none)
ERROR: No matching distribution found for pytorchvideo

@woctezuma
Copy link

@mannatsingh
Copy link
Contributor

Thanks for the solution @woctezuma .

I'm guessing the environment you are using doesn't have a pre-built package available on pip.

Installing from source (pip install "git+https://github.com/facebookresearch/pytorchvideo.git@stable") is a good alternative, although there is a chance that the code doesn't work because the environment is unsupported.

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

No branches or pull requests

3 participants