dmlc / decord

An efficient video loader for deep learning with smart shuffling that's super easy to digest
Apache License 2.0
1.83k stars 160 forks source link

Pip install fails for MacOS 12.2, python 3.9 #213

Open MalteEbner opened 2 years ago

MalteEbner commented 2 years ago

usingpip 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:

leotac commented 2 years ago

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.

iucario commented 2 years ago

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

amirgoren commented 2 years ago

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

ERROR: No matching distribution found for decord

justinrmiller commented 2 years ago

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

fragofer commented 1 year ago

Same error on MacOS Ventura with Intel chip

nomorewzx commented 1 year ago

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

letsgoduke commented 1 year ago

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

vipulsingh221010 commented 1 year ago

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

courtsimas commented 1 year ago

same

FrancescoSaverioZuppichini commented 1 year ago

hard F my friends

skynbe commented 1 year ago

+1

suryatejreddy commented 1 year ago

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)

leotac commented 1 year ago

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

SuyashDahale13 commented 10 months ago

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 ??

DIVYANSHI-PARASHAR commented 9 months ago

same error- can't install decord on m2

SuyashDahale13 commented 9 months ago

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.

taozhiyuai commented 6 months ago

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

onlyonewater commented 6 months ago

do decord and eva_decord support ppc64le architecture?

mrtngrsbch commented 4 months ago

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

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)

syw2014 commented 1 month ago

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.

Ii works for me, python3.11

AraiYuno commented 1 month ago

works in Python 3.10.14 with eva-decord==0.6.1 when I run pip install -e .