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

Source installation fails on Macintosh with python 3.10 #7267

Open
mayankagarwals opened this issue Oct 31, 2024 · 1 comment
Open

Source installation fails on Macintosh with python 3.10 #7267

mayankagarwals opened this issue Oct 31, 2024 · 1 comment

Comments

@mayankagarwals
Copy link

Describe the bug

Hi,

Decord is a dev dependency not maintained since couple years.
It does not have an ARM package available rendering it uninstallable on non-intel based macs

Suggestion is to move to eva-decord (https://github.com/georgia-tech-db/eva-decord) which doesnt have this problem.

Happy to raise a PR

Steps to reproduce the bug

Source installation as mentioned in contributinog.md

Expected behavior

Installation without decord failing to be installed.

Environment info

python=3.10, M3 Mac

@TimCares
Copy link

TimCares commented Nov 4, 2024

I encountered the same problem on M1, a workaround I did was to simply comment out the dependency:

...
    "zstandard",
    "polars[timezone]>=0.20.0",
    # "decord==0.6.0",
]

This worked for me as the adjustments I did to the code do not use the dependency, but I do not know if the same holds for you.

I also do not think it is a good idea to rely on a dependency (I mean decord) that has not been maintained for 2 years, but I saw that even eva-decord hasn't been maintained since last year.

Did you get it to work with eva-decord?

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

2 participants