dmlc/decord

pip install --no-binary

Open

#148 opened on Apr 26, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (227 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (2,490 stars)
PR merge metrics
 (PR metrics pending)

Description

Since gpu support require source compilation, it might be better for dependency management if it can be compiled from source by running pip install --no-binary decord decord.

Example of pip package that does it: https://github.com/opencv/opencv-python https://github.com/PyAV-Org/PyAV

Contributor guide