wakemeops icon indicating copy to clipboard operation
wakemeops copied to clipboard

`importlib-metadata` dependency for `pre-commit`

Open ethiy opened this issue 3 years ago • 0 comments

Describe the Bug

pre-commit needs importlib-metadata package on Raspbian Buster.

Steps to Reproduce

  1. sudo apt install pre-commit
  2. pre-commit -h

Expected Behaviour

Show the help message.

Actual Behaviour

Raises a ModuleNotFoundError as importlib-metadata is not found.

Environment

Linux pidev-oussama 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/Linux
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

ethiy avatar Sep 27 '22 18:09 ethiy