One of my colleagues is unable to install python packages within Google Colab.
For example (run as a first statement in a clean session):
!pip install git+https://github.com/openai/whisper.git
This should install Open AI's Whisper. However it returns this error:
/bin/bash: pip install git+https://github.com/openai/whisper.git: No such file or directory
a similar error message is returned for any python package install attempt using !pip
, not just the example above. We've tried restarting the sessions, logging in and out several times but nothing resolves the problem. This issue is unique to just the 1 colleague and runs fine for myself. Any ideas would be much appreciated!