No module named 'dlai_tools'

Hello
I try to save jupyter to my laptop to run local
When I run the first code, it says “No module named ‘dlai_tools’”

How to fix this?
Thank you

Have you seen this ?

I follow exactly the same, but encounter the above problem

jovyan@bf3859634689:/$ pip show dlai-tools
Name: dlai-tools
Version: 0.4.0
Summary: Deployment script for notebooks
Home-page: https://github.com/https-deeplearning-ai/dlai_tools
Author: Andrés Castillo
Author-email: andcastillo@gmail.com
License: UNKNOWN
Location: /opt/conda/lib/python3.7/site-packages
Requires:
Required-by:

Try this:

pip install dlai-tools==0.4.0
2 Likes

Thank you, it works
I didn’t know that dlai is an external package

You’re welcome. The staff have been notified to fix this by distributing requirements.txt. Thanks for bringing this up.