2

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.

Chris Meyers
  • 1,426
  • 9
  • 14

1 Answers1

2

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"

Chris Meyers
  • 1,426
  • 9
  • 14