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

TPU VM unable to install TPU-info. #2

Open
stevenygd opened this issue Sep 15, 2024 · 1 comment
Open

TPU VM unable to install TPU-info. #2

stevenygd opened this issue Sep 15, 2024 · 1 comment

Comments

@stevenygd
Copy link

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
Copy link
Collaborator

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

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

2 participants