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.
Asked
Active
Viewed 151 times
1 Answers
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
-
l solve the problem this way. thanks – bz_jf Jul 30 '22 at 06:10