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 decord in linux/arm64 #297

Open
ISADORAyt opened this issue Apr 16, 2024 · 6 comments
Open

pip install decord in linux/arm64 #297

ISADORAyt opened this issue Apr 16, 2024 · 6 comments

Comments

@ISADORAyt
Copy link

Hi, I want to install decord on arm64 linux architecture, but I found that there is no version(aarch64) for this architecture in pypi, how do I fix it? I'd be grateful for your answer.
5031713275572_ pic

@ISADORAyt
Copy link
Author

WeChat21d6de46bbe6839cf70ac2ca35e007a0

@ISADORAyt
Copy link
Author

@zhreshold Hello~

eringrant added a commit to eringrant/vision that referenced this issue Apr 21, 2024
@leopeng1995
Copy link

Has this issue been resolved?

@yulinzou
Copy link

yulinzou commented May 1, 2024

Also ran into this issue, using linux arm64 device

pip install decord
ERROR: Could not find a version that satisfies the requirement decord (from versions: none)
ERROR: No matching distribution found for decord

@nawivee
Copy link

nawivee commented May 1, 2024

I'm facing the same issue tryin to start project on Mac insider docker. It expects to find linux image for arm and can not find any.

3.732 
3.732   Unable to find installation candidates for decord (0.6.0)
3.732 
3.732   at /usr/local/lib/python3.11/site-packages/poetry/installation/chooser.py:73 in choose_for
3.735        69│ 
3.735        70│             links.append(link)
3.735        71│ 
3.735        72│         if not links:
3.735     →  73│             raise RuntimeError(f"Unable to find installation candidates for {package}")
3.736        74│ 
3.736        75│         # Get the best link
3.736        76│         chosen = max(links, key=lambda link: self._sort_key(package, link))
3.736        77│ 
3.736 
3.736 Cannot install decord.

@karinseve
Copy link

Are there any updates on this issue? I'm facing this problem as well

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

5 participants