Hi all, I am making some changes to `symmetric_group_representations.py`, and it would be useful to test them locally before committing them to a PR. I haven't found it necessary to build Sage from source, but I'd like to now. I am following the instructions in "Instructions to Build from Source" in the README, installed the necessary prerequisites, and ran `./configure` followed by `make`.
Here is the traceback of the errors I'm getting: [pip-24.0] Using cached file /Users/jacksonwalters/Documents/GitHub/sage/upstream/pip-24.0-py3-none-any.whl [pip-24.0] Setting up build directory /Users/jacksonwalters/Documents/GitHub/sage/local/var/lib/sage/venv-python3.12.4/var/tmp/sage/build/pip-24.0 [pip-24.0] No stamp file for package 'pip' in /Users/jacksonwalters/Documents/GitHub/sage/local/var/lib/sage/venv-python3.12.4/var/lib/sage/installed [pip-24.0] No spkg-legacy-uninstall script; nothing to do [pip-24.0] [spkg-install] Staged wheel file, staged /Users/jacksonwalters/Documents/GitHub/sage/local/var/lib/sage/venv-python3.12.4/var/lib/sage/scripts/pip/spkg-requirements.txt [pip-24.0] Moving package files from temporary location /Users/jacksonwalters/Documents/GitHub/sage/local/var/lib/sage/venv-python3.12.4/var/tmp/sage/build/pip-24.0/inst to /Users/jacksonwalters/Documents/GitHub/sage/local/var/lib/sage/venv-python3.12.4 [pip-24.0] [spkg-pipinst] Traceback (most recent call last): [pip-24.0] [spkg-pipinst] File "/Users/jacksonwalters/Documents/GitHub/sage/build/bin/sage-flock", line 23, in <module> [pip-24.0] [spkg-pipinst] from sage_bootstrap.flock import run [pip-24.0] [spkg-pipinst] File "/Users/jacksonwalters/Documents/GitHub/sage/build/bin/../sage_bootstrap/flock.py", line 15, in <module> [pip-24.0] [spkg-pipinst] import pipes [pip-24.0] [spkg-pipinst] ModuleNotFoundError: No module named 'pipes' [pip-24.0] [spkg-pipinst] Traceback (most recent call last): [pip-24.0] [spkg-pipinst] File "/Users/jacksonwalters/Documents/GitHub/sage/build/bin/sage-flock", line 23, in <module> [pip-24.0] [spkg-pipinst] from sage_bootstrap.flock import run [pip-24.0] [spkg-pipinst] File "/Users/jacksonwalters/Documents/GitHub/sage/build/bin/../sage_bootstrap/flock.py", line 15, in <module> [pip-24.0] [spkg-pipinst] import pipes [pip-24.0] [spkg-pipinst] ModuleNotFoundError: No module named 'pipes' [pip-24.0] [spkg-pipinst] Warning: installing with "python3 -m pip install --verbose --no-index --find-links=/Users/jacksonwalters/Documents/GitHub/sage/local/var/lib/sage/venv-python3.12.4/var/lib/sage/wheels --disable-pip-version-check --isolated --no-cache-dir" failed. Retrying, adding "--no-deps --ignore-installed --ignore-requires-python" [pip-24.0] [spkg-pipinst] Traceback (most recent call last): [pip-24.0] [spkg-pipinst] File "/Users/jacksonwalters/Documents/GitHub/sage/build/bin/sage-flock", line 23, in <module> [pip-24.0] [spkg-pipinst] from sage_bootstrap.flock import run [pip-24.0] [spkg-pipinst] File "/Users/jacksonwalters/Documents/GitHub/sage/build/bin/../sage_bootstrap/flock.py", line 15, in <module> [pip-24.0] [spkg-pipinst] import pipes [pip-24.0] [spkg-pipinst] ModuleNotFoundError: No module named 'pipes' [pip-24.0] [spkg-pipinst] Error: installing with pip failed [pip-24.0] [spkg-pipinst] ******************************************************************************** [pip-24.0] [spkg-pipinst] Error installing pip [pip-24.0] [spkg-pipinst] ******************************************************************************** [pip-24.0] ************************************************************************ [pip-24.0] Error running the pipinst script for pip-24.0. [pip-24.0] ************************************************************************ [pip-24.0] Please email sage-devel ( http://groups.google.com/group/sage-devel) [pip-24.0] explaining the problem and including the log files [pip-24.0] /Users/jacksonwalters/Documents/GitHub/sage/logs/pkgs/pip-24.0.log [pip-24.0] and [pip-24.0] /Users/jacksonwalters/Documents/GitHub/sage/config.log [pip-24.0] Describe your computer, operating system, etc. [pip-24.0] ************************************************************************ make[4]: *** [pip-SAGE_VENV-no-deps] Error 1 make[3]: *** [/Users/jacksonwalters/Documents/GitHub/sage/local/var/lib/sage/venv-python3.12.4/var/lib/sage/installed/pip-24.0] Error 2 make[2]: *** [all-start] Error 2 *************************************************************** Error building Sage. The following package(s) may have failed to build (not necessarily during this run of 'make all-start'): * package: m4ri-20200125 last build time: Oct 17 15:01 log file: /Users/jacksonwalters/Documents/GitHub/sage/logs/pkgs/m4ri-20200125.log build directory: /Users/jacksonwalters/Documents/GitHub/sage/local/var/tmp/sage/build/m4ri-20200125 * package: pip-24.0 last build time: Oct 18 15:06 log file: /Users/jacksonwalters/Documents/GitHub/sage/logs/pkgs/pip-24.0.log It is safe to delete any log files and build directories, but they contain information that is helpful for debugging build problems. WARNING: If you now run 'make' again, the build directory of the same version of the package will, by default, be deleted. Set the environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this. real 2m41.391s user 1m45.773s sys 0m34.303s make[1]: *** [all-start] Error 1 make: *** [all] Error 2 Any help would be greatly appreciated. Thank you! Jackson -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/2f376b6b-e608-4cf1-b465-7b373dc6381bn%40googlegroups.com.