Update:
I successfully debugged!
The error occurred because the version of pip I was using was too old, it was not compatible with skimpy. After !pip install --upgrade pip
, I successfully installed pip-25.0.1, and it worked well for installing skimpy.