When installing requirements with Python 3.11, pkg_resources==0.0.0 is unable to be resolved. That seemingly prevents us from resolving imports at runtime, e.g. import emoji, which are clearly available within the same library.
This problem was encountered when running some of the commands documented at https://github.com/googlefonts/emoji-scs, ex:
python sanity_check.py --noto_dir ../noto-emoji-next --emoji_metadata_dir ../emoji-metadata/
When installing requirements with Python 3.11,
pkg_resources==0.0.0is unable to be resolved. That seemingly prevents us from resolving imports at runtime, e.g.import emoji, which are clearly available within the same library.This problem was encountered when running some of the commands documented at https://github.com/googlefonts/emoji-scs, ex: