bazel-ios / rules_ios

Bazel rules for building iOS applications and frameworks
Apache License 2.0
276 stars 85 forks source link

Fix pkg_resources module not found in CI #804

Closed luispadron closed 10 months ago

luispadron commented 10 months ago

This script seems to be failing here, this works locally so trying to re-install the module before.

luispadron commented 10 months ago

@jerrymarino Was hoping we could enforce the pkg_resources module but it looks like thats deprecated in Python 3. I wonder if github updated the runners recently to cause this module not found issue

luispadron commented 10 months ago

Looks like adding pip install setuptools fixes the issue