Torch won't compile with venv python installs

The torch files can’t find Python.h, but they are on the system under the venv directory.

As a workaround, I installed python3-dev, and then it worked. But this may lead to problems later.