logoalt Hacker News

alexchamberlainlast Tuesday at 11:34 AM1 replyview on HN

For a source package based on setup tools, setup.py is executed with a minimal environment and can run arbitrary code.


Replies

ericvsmithlast Tuesday at 11:41 AM

You can (and should!) tell pip not to do this with '--only-binary=:all:'. Building from source is a lousy default.

show 1 reply