decord icon indicating copy to clipboard operation
decord copied to clipboard

pip install decord fails.

Open bsun0802 opened this issue 2 years ago • 7 comments

❯ pip install decord ERROR: Could not find a version that satisfies the requirement decord (from versions: none) ERROR: No matching distribution found for decord image

Hi author, can you check is the pip install failing? I tested I can pip install other packages (PIL or imageio)

bsun0802 avatar Nov 08 '22 06:11 bsun0802

Same here (likely because there's currently not a working build for M1 macs)

petered avatar Dec 24 '22 16:12 petered

Same here

mckinziebrandon avatar Jan 10 '23 00:01 mckinziebrandon

same here

Cppowboy avatar May 22 '23 13:05 Cppowboy

We at EVA have been using decord in our project and find it to be extremely useful! To support eva users working on the newer macs (arm architecture), we have created a fork https://pypi.org/project/eva-decord/ that fixed the installation issues. We would love to add them to decord @zhreshold, but you can use it for time being. (edited)

suryatejreddy avatar Jun 08 '23 19:06 suryatejreddy

Thanks @suryatejreddy for this fork! It is great that we can use decord on Mac.

However, I was trying to use eva-decord, but I got this error during the import: "ctypes.ArgumentError: argument 1: <class 'TypeError'>: expected LP_PyObject instance instead of py_object" during the import. I installed eva-decord using pip, I guess I did something wrong but I don't know where. Could you help?

VioletteChiara avatar Aug 02 '23 14:08 VioletteChiara

If you are running decord inside Docker, just start the Docker container with platform: "linux/amd64".

ggregoire avatar Aug 31 '23 18:08 ggregoire