Notebook import, missing lib on AWS instance

When running first “import” cell in lesson1 notebook, I’m getting:

ImportError: libSM.so.6: cannot open shared ...

Do this:

sudo apt install python-qt4

I didn’t have this error as I created an instance with ubuntu + machine learning library image not plain ubuntu.

Anyhoo, this appears to fix the issue.

Ter

4 Likes