When building 9.0beta3 (or 9.0beta2) in parallel on two CentOS machines, I once got the following two build failures that I do not know how to resolve. Starting the build process again made the build complete successfully, so it looks like these packages do not list all their dependencies.
Installing zope_interface-4.6.0 Traceback (most recent call last): File "setup.py", line 26, in <module> from setuptools import setup, Extension, Feature File "/amd/compute/mwagerin/git/sage_compute/python3/local/lib/python3.7/site-packages/setuptools/__init__.py" , line 16, in <module> import setuptools.version File "/amd/compute/mwagerin/git/sage_compute/python3/local/lib/python3.7/site-packages/setuptools/version.py" , line 1, in <module> import pkg_resources File "/amd/compute/mwagerin/git/sage_compute/python3/local/lib/python3.7/site-packages/pkg_resources/__init__.py" , line 3126, in <module> @_call_aside File "/amd/compute/mwagerin/git/sage_compute/python3/local/lib/python3.7/site-packages/pkg_resources/__init__.py" , line 3110, in _call_aside f(*args, **kwargs) File "/amd/compute/mwagerin/git/sage_compute/python3/local/lib/python3.7/site-packages/pkg_resources/__init__.py" , line 3162, in _initialize_master_working_set list(map(working_set.add_entry, sys.path)) File "/amd/compute/mwagerin/git/sage_compute/python3/local/lib/python3.7/site-packages/pkg_resources/__init__.py" , line 621, in add_entry for dist in find_distributions(entry, True): File "/amd/compute/mwagerin/git/sage_compute/python3/local/lib/python3.7/site-packages/pkg_resources/__init__.py" , line 1968, in find_on_path for dist in factory(fullpath): File "/amd/compute/mwagerin/git/sage_compute/python3/local/lib/python3.7/site-packages/pkg_resources/__init__.py" , line 2030, in distributions_from_metadata if len(os.listdir(path)) == 0: FileNotFoundError: [Errno 2] No such file or directory: '/amd/compute/mwagerin/git/sage_compute/python3/local/lib/python3.7/site-packages/mpmath-1.1.0-py3.7.egg-info' Error: could not determine package name ******************************************************************************** Error installing zope_interface-4.6.0 ******************************************************************************** Installing entrypoints-0.3 Traceback (most recent call last): File "setup.py", line 6, in <module> from entrypoints import __version__ as v File "/export/compute/mwagerin/git/sage/python2/local/var/tmp/sage/build/entrypoints-0.3/src/entrypoints.py" , line 19, in <module> from backports import configparser ImportError: No module named backports Error: could not determine package name ******************************************************************************** Error installing entrypoints-0.3 ******************************************************************************** The first occured with a Python 3 build, the other with a Python 2 build in case it matters. -- 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/6bb6547d-9041-46c2-b586-8b57fb33666c%40googlegroups.com.