0

l'am running a ipynb file on sagemaker, however the error of occurs. l have used 'pip install tqdm' in terminals to install the tqdm so l've no idea what's happening. Is it running in a different environment? Thanks for any answer.

error report from my ipynb file

what l've done in terminal

bz_jf
  • 11
  • 4

1 Answers1

0

There is a possibility you may be executing "pip" in a different environment.

Try executing "!pip install tqdm" or "!pip3 install tqdm" as a code cell in the Sagemaker document itself.

DrCorgi
  • 166
  • 4