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

Notebook 7 fails due to missing pip dependency #25

Open
tobiasvanderwerff opened this issue Sep 8, 2023 · 3 comments
Open

Notebook 7 fails due to missing pip dependency #25

tobiasvanderwerff opened this issue Sep 8, 2023 · 3 comments

Comments

@tobiasvanderwerff
Copy link

When attempting to run notebook 7 (Ep7: GPU and Hardware Acceleration, Part 1) in a Google Colab, runing the first cell (the pip install step) fails. Specifically, the first cell goes as follows:

!python3 -m  pip install mlc-ai-nightly-cu110 -f https://mlc.ai/wheels

However, this leads to the following error:

Looking in links: https://mlc.ai/wheels
ERROR: Could not find a version that satisfies the requirement mlc-ai-nightly-cu110 (from versions: none)
ERROR: No matching distribution found for mlc-ai-nightly-cu110
@zchenCN
Copy link

zchenCN commented Oct 4, 2023

I met the same problem, have you solved it

@tobiasvanderwerff
Copy link
Author

No I didn't. Though I also did not spend much time on it.

@murez
Copy link
Contributor

murez commented Dec 31, 2023

The wheels site no longer host cuda110, plz install mlc-ai-nightly-cu117
And my pull request has update the notebook 7.
#31

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

3 participants