2
votes

After restarting my Datalab instance - I am getting /bin/sh: 1: pip3: not found

when trying to run: !pip3 install h5py

I have my kernel set to Python3.

1

1 Answers

2
votes

If you are using the latest release, pip for python3 should be available as just "pip" in the Python 3 kernel.

You can verify this by running "!pip --version"