microsoft / AzureML-BERT

End-to-End recipes for pre-training and fine-tuning BERT using Azure Machine Learning Service
https://azure.microsoft.com/en-us/blog/microsoft-makes-it-easier-to-build-popular-language-representation-model-bert-at-large-scale/
MIT License
391 stars 127 forks source link

Error occurred: No module named 'tqdm' #61

Open mihirshekhar opened 4 years ago

mihirshekhar commented 4 years ago

I am trying to run the Pretrained-BERT-GLUE.ipynb. However, while executing I am getting the error "Error occurred: No module named 'tqdm'. I tried to specify pip packages but still its not working. Can anyone help me please?

StarxSky commented 2 years ago

Hi, could you please try to check if python is in the system path? Or update pip, if it's not resolved, try reinstalling python. Hope this answer helps your work.