When I run this code on google colab.
from google.cloud import aiplatform
The following error occurred
ImportError: cannot import name 'WKBWriter' from 'shapely.geos' (/usr/local/lib/python3.8/dist-packages/shapely/geos.py)
Does anyone know how to solve this problem?
I was working fine on 2022/12/16, but today it is not working.