Hello,

When I try to compile sage 10.4 on Mac OS (Sonoma 14.7 for M1, with Xcode 
16.0) , I get the following error at the moment then pip-24.0 is compiled:
  
ModuleNotFoundError: No module named 'pipes'

Before compiling, I installed the required packages with brew and did the 
standard installation steps:

source ./.homebrew-build-env
./configure
make -j4

I attach the log file where the error appears. Any suggestions will be 
appreciated. Thank you!

Best wishes,
Oleg

-- 
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/cf1fdac5-567a-4127-8bde-1e27e84925efn%40googlegroups.com.
Using cached file 
/Users/maskat/local/sage-10.4/upstream/pip-24.0-py3-none-any.whl
Setting up build directory 
/Users/maskat/local/sage-10.4/local/var/lib/sage/venv-python3.9/var/tmp/sage/build/pip-24.0
No stamp file for package 'pip' in 
/Users/maskat/local/sage-10.4/local/var/lib/sage/venv-python3.9/var/lib/sage/installed
No spkg-legacy-uninstall script; nothing to do
[spkg-install] Staged wheel file, staged 
/Users/maskat/local/sage-10.4/local/var/lib/sage/venv-python3.9/var/lib/sage/scripts/pip/spkg-requirements.txt
Moving package files from temporary location 
/Users/maskat/local/sage-10.4/local/var/lib/sage/venv-python3.9/var/tmp/sage/build/pip-24.0/inst
 to /Users/maskat/local/sage-10.4/local/var/lib/sage/venv-python3.9
[spkg-pipinst] Traceback (most recent call last):
[spkg-pipinst]   File "/Users/maskat/local/sage-10.4/build/bin/sage-flock", 
line 23, in <module>
[spkg-pipinst]     from sage_bootstrap.flock import run
[spkg-pipinst]   File 
"/Users/maskat/local/sage-10.4/build/bin/../sage_bootstrap/flock.py", line 15, 
in <module>
[spkg-pipinst]     import pipes
[spkg-pipinst] ModuleNotFoundError: No module named 'pipes'
[spkg-pipinst] Traceback (most recent call last):
[spkg-pipinst]   File "/Users/maskat/local/sage-10.4/build/bin/sage-flock", 
line 23, in <module>
[spkg-pipinst]     from sage_bootstrap.flock import run
[spkg-pipinst]   File 
"/Users/maskat/local/sage-10.4/build/bin/../sage_bootstrap/flock.py", line 15, 
in <module>
[spkg-pipinst]     import pipes
[spkg-pipinst] ModuleNotFoundError: No module named 'pipes'
[spkg-pipinst] Warning: installing with "python3 -m pip install --verbose 
--no-index 
--find-links=/Users/maskat/local/sage-10.4/local/var/lib/sage/venv-python3.9/var/lib/sage/wheels
 --disable-pip-version-check --isolated --no-cache-dir" failed. Retrying, 
adding "--no-deps --ignore-installed --ignore-requires-python"
[spkg-pipinst] Traceback (most recent call last):
[spkg-pipinst]   File "/Users/maskat/local/sage-10.4/build/bin/sage-flock", 
line 23, in <module>
[spkg-pipinst]     from sage_bootstrap.flock import run
[spkg-pipinst]   File 
"/Users/maskat/local/sage-10.4/build/bin/../sage_bootstrap/flock.py", line 15, 
in <module>
[spkg-pipinst]     import pipes
[spkg-pipinst] ModuleNotFoundError: No module named 'pipes'
[spkg-pipinst] Error: installing with pip  failed
[spkg-pipinst] 
********************************************************************************
[spkg-pipinst] Error installing pip
[spkg-pipinst] 
********************************************************************************
************************************************************************
Error running the pipinst script for pip-24.0.
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log files
  /Users/maskat/local/sage-10.4/logs/pkgs/pip-24.0.log
and
  /Users/maskat/local/sage-10.4/config.log
Describe your computer, operating system, etc.
************************************************************************

Reply via email to