Hi all,
I hope this is the correct place to ask such a question. I am trying to get a development version of sage up and running from
these instructions and following the step-by-step compilation guide from
these instructions. I'm using Debian GNU/Linux 10 (buster) on Windows 10 via WSL, starting from a clean Debian install and running the prerequisite installation commands given on the "Installing from source" guide. The install fails when trying to build `setuptools_scm-5.0.1`.
Since I cloned from git, I had to begin with running `make configure`, and then just ran the configure script with `./configure` - which did not appear to be documented in the "Installing from source" guide - I hope this hasn't broken anything! The reason for this is that if I followed the Developer's guide (which does not include running the configure script) only, the `make` command would do nothing but repeatedly print an error (exactly what it was I have forgotten) from `sage-venv-config.py` involving
"/doesnotexist/python3: bad interpreter: No such file or directory"
Which a comment in the sage-venv-config.py file suggested would be fixed by running the configure script (which did indeed work).
I've attatched a log file of the failed package build + my config.log
It's likely I've missed something important, but I can't figure out what it might be.
Many thanks in advance!