decord icon indicating copy to clipboard operation
decord copied to clipboard

Pip install fails for MacOS 12.2, python 3.9

Open MalteEbner opened this issue 4 years ago • 28 comments

using pip install decord fails with

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

Machine:

  • MacOs Montery, version 12.2
  • python 3.9, venv environment
  • ffmpeg 5.0 installed via brew
  • MBP 16 inch, 2019 with an Intel i7 CPU

MalteEbner avatar Apr 01 '22 07:04 MalteEbner

The problem is that apparently decord is built and published for Mac only up to python 3.8 (see https://github.com/dmlc/decord/blob/master/.github/workflows/pypi.yml).

I tried to fork it and add python 3.9 but the build fails (even for versions where it used to run, e.g., python3.7, see https://github.com/leotac/decord/runs/5881819380) so there is something else that should also be fixed.

leotac avatar Apr 08 '22 08:04 leotac

I downgraded to python 3.8.13. Still can't fix it. I'm using MacOS Arm 64

iucario avatar Apr 16 '22 06:04 iucario

Same here. -- MacOS 11.6.5 -- python 3.9.7.

ERROR: No matching distribution found for decord

amirgoren avatar May 31 '22 18:05 amirgoren

That's because there doesn't appear to be an ARM package for this project.

justinrmiller avatar Aug 10 '22 05:08 justinrmiller

Same error on MacOS Ventura with Intel chip

fragofer avatar Jan 16 '23 15:01 fragofer

I encounter the same problem on my M1 Mackbook macOS: 13.2.1 Python: 3.8.16

nomorewzx avatar Apr 06 '23 13:04 nomorewzx

i am also suffering from this issue... tragic.

letsgoduke avatar May 09 '23 21:05 letsgoduke

ERROR: Could not find a version that satisfies the requirement decord ERROR: No matching distribution found for decord

vipulsingh221010 avatar May 23 '23 05:05 vipulsingh221010

same

courtsimas avatar May 29 '23 02:05 courtsimas

hard F my friends

+1

skynbe avatar Jun 06 '23 06:06 skynbe

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

It'd be great if you could integrate it here. If you use it in your project, it would actually be even better if one of you could become a maintainer https://github.com/dmlc/decord/issues/214 @zhreshold

leotac avatar Jun 09 '23 07:06 leotac

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)

is there any way to run eva-decord on m1 gpu ??

SuyashDahale13 avatar Nov 22 '23 05:11 SuyashDahale13

same error- can't install decord on m2

DIVYANSHI-PARASHAR avatar Dec 13 '23 08:12 DIVYANSHI-PARASHAR

same error- can't install decord on m2

https://pypi.org/project/eva-decord/

pip install eva-decord

run this command and then follow decord page... I mean decord will work.

SuyashDahale13 avatar Dec 13 '23 08:12 SuyashDahale13

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)

WORKS for me.thx

taozhiyuai avatar Mar 20 '24 06:03 taozhiyuai

do decord and eva_decord support ppc64le architecture?

onlyonewater avatar Mar 24 '24 06:03 onlyonewater