Skip to content

No module named 'dill' error #3055

@HokageM

Description

@HokageM

I am currently doing the labs of your course "Production Machine Learning Systems".
Now Jupyter Lab 4 is preinstalled in a new workbench instance of Vertex AI.

When running the cell:

import pandas as pd
import tensorflow_data_validation as tfdv
import sys
import warnings
warnings.filterwarnings('ignore')

print('Installing TensorFlow Data Validation')
!pip install -q tensorflow_data_validation[visualization]

For both notebook:

This PR (#3052) fixes the problem by installing dill

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions