-
Notifications
You must be signed in to change notification settings - Fork 1.7k
I am trying to install mlc-ai on aws amazon-linux machine #803
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
Comments
This is weird. The prebuilt is based on standard manylinux convention so it’s supposed to be available. Could you download the specific wheel and try to install locally? |
Locally and Google Colab both have Ubuntu it is working there. However AWS Machine has Amazon Linux 2 which causing the issue. |
Try to upgrade |
I have upgraded the Latest pip version: pip 23.2.1. still not working |
How about:
|
Is it an x86 machine or an arm one? |
Would love to have more info to debug. Could you guys use the command below: python3 -m pip install -v … |
Hi @vk-maurya , our pip wheels are built upon manylinux list distribution compatibility in their README, They didn't explicitly mention Amazon Linux 2 but I suppose it's only compatible with We can compile standalone CUDA wheels based on |
@yzh119 yah i think this is something we can do if that is not as complicated |
Some additional discussion around Amazon Linux can be found here: pypa/manylinux#1332 |
Hitting the same problem on GCP linux VMs. |
I'm having similar issues with linux arm oracle cloud server. |
Hey! I was having a similar issue, but I found this mlc-ai repo and I was able to solve the problem I was having! |
About this post, you can:
|
I have a problem of install too. I fixed it by upgrading conda python from 3.7 to 3.11. Problem: Problem Fixed: |
No matching distribution found
I am trying to install mlc-ai dependency using the below command on my aws amazon-Linux machine. but it is saying No matching distribution found for mlc-ai-nightly-cu118.
command :
$
pip install --pre --force-reinstall mlc-ai-nightly-cu118 mlc-chat-nightly-cu118 -f https://mlc.ai/wheels
Error
Looking in links: https://mlc.ai/wheels
ERROR: Could not find a version that satisfies the requirement mlc-ai-nightly-cu118 (from versions: none)
ERROR: No matching distribution found for mlc-ai-nightly-cu118
Linux machine details :
$
cat /etc/*-release
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"
Amazon Linux release 2 (Karoo)
Python version :
Python 3.10.12
Nvidia driver :
$
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:33:58_PDT_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0
The text was updated successfully, but these errors were encountered: