googlecodelabs / odml-pathways

Apache License 2.0
47 stars 31 forks source link

Install required packages on colab not working correctly #30

Open godfreynolan opened 12 months ago

godfreynolan commented 12 months ago

Expected Behavior

Install the required packages works correctly

Actual Behavior

Colab fails with the following error message Installing build dependencies ... done error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

Steps to Reproduce the Problem

  1. Open "Build and deploy a custom object detection model with TensorFlow Lite (Android)"
  2. Go to step 7 - Train a custom object detection model
  3. Open colab Train a salad detector with TFLite Model Maker
  4. Run the first code segment - Install the required packages works correctly
  5. Colab fails with error above

Specifications