AI-Hypercomputer / cloud-accelerator-diagnostics

Apache License 2.0
16 stars 8 forks source link

TPU VM unable to install TPU-info. #2

Open stevenygd opened 2 months ago

stevenygd commented 2 months ago

I followed the installation instructions but wasn't able to find the command of the-info.

If I did pip list | grep tpu-info it shows tpu-info 0.1.0. But the command tpu-info is still not found in the shell. Any suggestions?

will-cromar commented 1 month ago

pip installs local scripts to .local/bin by default. Can you double-check that it's on your $PATH? You can also try running .local/bin/tpu-info to see if it's there.

pip will normally print a warning in this case, e.g. https://stackoverflow.com/questions/70588185/warning-the-script-pip3-8-is-installed-in-usr-local-bin-which-is-not-on-path