MLOpsPython icon indicating copy to clipboard operation
MLOpsPython copied to clipboard

docs/development_setup.md instructions incorrect

Open harris-boyce opened this issue 4 years ago • 0 comments
trafficstars

When running export BUILD_BUILDID=$(uuidgen) && python ml_service/pipelines/diabetes_regression_build_train_pipeline.py the following error occurs:

Traceback (most recent call last):
  File "ml_service/pipelines/diabetes_regression_build_train_pipeline.py", line 6, in <module>
    from ml_service.pipelines.load_sample_data import create_sample_data_csv
ModuleNotFoundError: No module named 'ml_service'

harris-boyce avatar May 25 '21 11:05 harris-boyce