tenstorrent / tt-smi

Tenstorrent console based hardware information program
Apache License 2.0
18 stars 3 forks source link

ERROR: Cannot install tt-smi and tt-smi==2.1.0 because these package versions have conflicting dependencies. #13

Closed milank94 closed 4 months ago

milank94 commented 4 months ago

Hitting this error when trying to install tt-smi from main (c943e04)

Followed these steps:

python3 -m venv .venv
source .venv/bin/activate
pip3 install --upgrade pip
pip3 install .

image

sbansalTT commented 4 months ago

can you try again? this should be fixed as of v2.2.0

milank94 commented 4 months ago

@sbansalTT Thank you, that worked!