You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bazel-discuss
Hi everyone,
I'm trying to set up my python dev env with bazel and I'm using rules_python for toolchain registration so I can easily install packages from PyPI.
As I'm working on a Mac M1 setup I'm getting into difficulties to install some packages that haven't been updated to support the ARM arch or their dependencies haven't. (e.g. trying to install pyserini fails due to a dependency (LightGBM) not support yet.)