Pip install fails for MacOS 12.2, python 3.9
MalteEbner opened this issue ยท 21 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
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.
I'm using MacOS Arm 64
Same here.
-- MacOS 11.6.5
-- python 3.9.7.
ERROR: No matching distribution found for decord
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
macOS: 13.2.1
Python: 3.8.16
i am also suffering from this issue... tragic.
ERROR: Could not find a version that satisfies the requirement decord
ERROR: No matching distribution found for 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
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 ??
same error- can't install decord on m2
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.
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
do decord and eva_decord support ppc64le architecture?
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)
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
works in Python 3.10.14
with eva-decord==0.6.1
when I run pip install -e .