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

Pip install fails for MacOS 12.2, python 3.9 #213

Open
MalteEbner opened this issue Apr 1, 2022 · 19 comments
Open

Pip install fails for MacOS 12.2, python 3.9 #213

MalteEbner opened this issue Apr 1, 2022 · 19 comments

Comments

@MalteEbner
Copy link

MalteEbner commented Apr 1, 2022

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
@leotac
Copy link
Contributor

leotac commented Apr 8, 2022

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
Copy link

iucario commented Apr 16, 2022

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

@amirgoren
Copy link

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

ERROR: No matching distribution found for decord

@justinrmiller
Copy link

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

@fragofer
Copy link

Same error on MacOS Ventura with Intel chip

@nomorewzx
Copy link

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

@letsgoduke
Copy link

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

@vipulsingh221010
Copy link

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

@courtsimas
Copy link

same

@FrancescoSaverioZuppichini

hard F my friends

@skynbe
Copy link

skynbe commented Jun 6, 2023

+1

@suryatejreddy
Copy link

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
Copy link
Contributor

leotac commented Jun 9, 2023

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 #214 @zhreshold

@SuyashDahale13
Copy link

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

Bogyie added a commit to Bogyie/magic-animate that referenced this issue Dec 10, 2023
@DIVYANSHI-PARASHAR
Copy link

same error- can't install decord on m2

@SuyashDahale13
Copy link

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
Copy link

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
Copy link

onlyonewater commented Mar 24, 2024

do decord and eva_decord support ppc64le architecture?

@mrtngrsbch
Copy link

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)

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