-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error while installing tt-flash : "Maturin failed" #20
Comments
I can replicate this on Ubuntu-22, I suspect it's the git clone https://github.com/tenstorrent/tt-flash
cd tt-flash
git checkout v3.1.0
sudo apt install python3.10-venv
python3 -m venv venv
source venv/bin/activate
pip install . I can also reproduce using It seems if I run the command its failing on, it is expecting a
|
Looks like the fix is started in luwen While waiting for how Tenstorrent wants to fix it, you can change this in pyproject.toml to drop the version and just use tip: ' to "pyluwen @ git+https://github.com/tenstorrent/luwen.git#subdirectory=crates/pyluwen", While including other changes, it seems to work. |
Issue has been resolved as of: tenstorrent/luwen#12 Please try to install again. |
My sense is that the fix was related to further work in The
That's just details however -- the bottom line matches: |
tt-smi was pushed as a tag but apparently missed the main branch, I missed flash apparently and topology had been fixed but the push was messed up slightly - sorted now. Sorry about that, I'm going to blame the holiday |
All looks fine. Yes, me too blaming the holidays, moving quickly between different branches on repos, I likely missed the tt-smi update. Thank you. |
@saichandax can you confirm this is closeable at this point? |
We can close this. Thanks for the fix. 👍 |
I am trying to setup an n300 card locally.
I encountered the following error while installing tt-flash.
Device: n300
OS: ubuntu-20.04
Please let me know if I missed something.
The text was updated successfully, but these errors were encountered: