8000 Pip install fails for MacOS 12.2, python 3.9 · Issue #213 · dmlc/decord · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pip install fails for MacOS 12.2, python 3.9 #213

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

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

Pip install fails for MacOS 12.2, python 3.9 #213

MalteEbner opened this issue Apr 1, 2022 · 27 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)

@syw2014
Copy link
syw2014 commented Aug 9, 2024

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
Copy link
AraiYuno commented Aug 11, 2024

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

@lk-chen
Copy link
lk-chen commented Nov 20, 2024

seems working with 3.9 and 3.11, not 3.12. Tested on macbook (m3 pro)

image

@marshhar
Copy link

seems working with 3.9 and 3.11, not 3.12. Tested on macbook (m3 pro)

image

On a macbook m3 pro as well. Dropping to 3.11 worked for me. Thanks!

@MengHao666
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)

I am sorry it dose not work

@edwios
Copy link
edwios commented Dec 17, 2024

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)

Nope, does NOT work on Python 3.12+, too bad!

@mr-szgz
Copy link
mr-szgz commented Mar 1, 2025

can confirm py3.11 still working with updated eva-decord package. Thanks for lk-chen to the initial testing.

  • Apple Silicon M1, 2020 osx-arm46
  • eva-decord==0.6.1
  • Python 3.11.11
  • conda 25.1.1 (using conda env, but conda install solve not found)
$ python --version
Python 3.11.11

$ conda activate mypy11env

$ pip install eva-decord

good luck.

@xsank
Copy link
xsank commented Apr 28, 2025

It seems that the decord does not support the Mac chip.

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

0