audit-userspace icon indicating copy to clipboard operation
audit-userspace copied to clipboard

Cannot install python swig module without python symlink installed

Open bigon opened this issue 1 year ago • 0 comments

Hello,

On debian the python -> python3 symlink is not available by default, and the installation of the swig module is failing with the following error:

../../../../../py-compile: line 125: test: found: integer expression expected
../../../../../py-compile: line 137: python: command not found
make[6]: *** [Makefile:523: install-pyexecPYTHON] Error 127

It seems that the PYTHON environment variable is not passed to the py-compile script

bigon avatar Jun 29 '24 13:06 bigon