C3W2 assignment Installation issue

Hi, I can not install the packages anymore. It was working in the morning and now it stopped. I have tried all the obvious things.
Here is the error.

Collecting pyyaml<6.0,>=5.1 (from tf-models-official==2.8.0->object-detection==0.1)
Using cached PyYAML-5.4.1.tar.gz (175 kB)
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.

note: This error originates from a subprocess, and is likely not a problem with pip.
Getting requirements to build wheel … error
error: subprocess-exited-with-error

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

note: This error originates from a subprocess, and is likely not a problem with pip.
Requirement already satisfied: pillow==9.5 in /usr/local/lib/python3.10/dist-packages (9.5.0)

Hi - We’re seeing this as well. Were you able to correct it somehow? Thanks, Matthew

Hello - If you look in the setup.py, you’ll see a number of specific package versions. Executing the following as the first cell in the notebook, installs several of these packages versions explicitly. After restarting the runtime, the mismatch version issues preventing the full installation may be resolved. Thanks, Matthew

!pip install numpy==1.21.5

!pip install protobuf==3.20.0

!pip install pyyaml==5.3