-
Notifications
You must be signed in to change notification settings - Fork 167
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
Comments
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. |
I downgraded to python 3.8.13. Still can't fix it. |
Same here.
|
That's because there doesn't appear to be an ARM package for this project. |
Same error on MacOS Ventura with Intel chip |
I encounter the same problem on my M1 Mackbook |
i am also suffering from this issue... tragic. |
ERROR: Could not find a version that satisfies the requirement decord |
same |
hard F my friends |
+1 |
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) |
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 |
is there any way to run eva-decord on m1 gpu ?? |
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. |
WORKS for me.thx |
do decord and eva_decord support ppc64le architecture? |
pip install eva-decord
|
Ii works for me, python3.11 |
works in Python |
I am sorry it dose not work |
Nope, does NOT work on Python 3.12+, too bad! |
using
pip install decord
fails with
Machine:
The text was updated successfully, but these errors were encountered: