How feasible is it to build native-code modules fo...
# general
a
How feasible is it to build native-code modules for python with pants?
h
Pants now supports building native extensions via a custom setup.py! I am currently away from my laptop but will post more later.
a
👌 sounds great thanks
h
The only restriction right now is that your
setup.py
can't have external requirements, but we are working to fix that.
This is available in 2.7.0 and higher
Let us know here how that goes!