NLP in Tensorflow - C3W3 - Lab 3 - has error downloading subword vocab

[https://www.coursera.org/learn/natural-language-processing-tensorflow/ungradedLab/0tl43/check-out-the-code-lab-3/lab?path=%2Flab%2Fworkspaces%2Fauto-4%2Ftree%2Flab_3%2FC3_W3_Lab_3_Conv1D.ipynb](https://Link to lab)

when running the cell…

# Download the subword vocabulary

!wget https://storage.googleapis.com/tensorflow-1-public/course3/imdb_vocab_subwords.txt

I received

/usr/bin/sh: 1: wget: not found

For anyone else encountering this, I fixed temporarily by just installing it using the following

!apt-get update
!apt-get install wget
4 Likes

Thanks for reporting this. I just tried and I got the same error. I will report to the staff, so it can be checked.

Hi Chris. Thank you for reporting this. The vocab is already in the workspace so technically, that cell is no longer needed. It’s now commented out to avoid confusion. It’s only for reference in case the notebook is run outside the Coursera environment. Thanks again!