mvukov / rules_ros2

Build ROS 2 with Bazel
Apache License 2.0
80 stars 45 forks source link

Don't build netifaces wheel on pip parse #245

Closed lalten closed 7 months ago

lalten commented 7 months ago

Adds https://github.com/ros2/ros2cli/pull/875 as a patch.

netifaces is unmaintained: https://github.com/al45tair/netifaces/issues/78. It does not provide official prebuilt wheels for Python > 3.9: https://pypi.org/project/netifaces/#files

We don't have a non-bazel host compiler so building that Python wheel is difficult in our CI.

mvukov commented 7 months ago

btw, psutil binaries are only for amd64. I guess you don't need e.g. arm64 at the moment?