root@osboxes:/home/osboxes/Documents/Firedrake# python3 ./firedrake-install --disable-ssh Running ./firedrake-install --disable-ssh Checking for presence of package build-essential... installed. Checking for presence of package autoconf... installed. Checking for presence of package automake... installed. Checking for presence of package bison... installed. Checking for presence of package flex... installed. Checking for presence of package cmake... installed. Checking for presence of package gfortran... installed. Checking for presence of package git... installed. Checking for presence of package libblas-dev... installed. Checking for presence of package liblapack-dev... installed. Checking for presence of package libmpich-dev... installed. Checking for presence of package libtool... installed. Checking for presence of package mercurial... installed. Checking for presence of package mpich... installed. Checking for presence of package python3-dev... installed. Checking for presence of package python3-pip... installed. Checking for presence of package python3-tk... installed. Checking for presence of package python3-venv... installed. Checking for presence of package zlib1g-dev... installed. Checking for presence of package libboost-dev... installed. Creating firedrake venv in '/home/osboxes/Documents/Firedrake/firedrake'. Cloning firedrake Successfully cloned repository firedrake. Checking out branch master Successfully checked out branch master Cloning the dependencies of firedrake Cloning ufl Successfully cloned repository ufl. Checking out branch master Successfully checked out branch master Cloning fiat Successfully cloned repository fiat. Checking out branch master Successfully checked out branch master Cloning FInAT Successfully cloned repository FInAT. Checking out branch master Successfully checked out branch master Cloning tsfc Successfully cloned repository tsfc. Checking out branch master Successfully checked out branch master Cloning PyOP2 Successfully cloned repository PyOP2. Checking out branch master Successfully checked out branch master Cloning the dependencies of PyOP2 Cloning petsc Successfully cloned repository petsc. Checking out branch firedrake Successfully checked out branch firedrake Cloning petsc4py Successfully cloned repository petsc4py. Checking out branch firedrake Successfully checked out branch firedrake Cloning COFFEE Successfully cloned repository COFFEE. Checking out branch master Successfully checked out branch master Cloning loopy Successfully cloned repository loopy. Checking out branch firedrake Successfully checked out branch firedrake Installing petsc/ Downloading Eigen from 'https://bitbucket.org/eigen/eigen/get/3.3.3.tar.gz' to 'eigen-3.3.3.tgz' Checking Eigen tarball integrity Eigen tarball hash valid Building PETSc. Depending on your platform, may take between a few minutes and an hour or more to build! Traceback (most recent call last): File "./firedrake-install", line 1273, in install("petsc/") File "./firedrake-install", line 713, in install build_and_install_petsc() File "./firedrake-install", line 816, in build_and_install_petsc run_pip_install(["--ignore-installed", "petsc/"]) File "./firedrake-install", line 673, in run_pip_install check_call(pipinstall + pipargs) File "./firedrake-install", line 510, in check_call log.debug(subprocess.check_output(arguments, stderr=subprocess.STDOUT, env=env).decode()) File "/usr/lib/python3.6/subprocess.py", line 356, in check_output **kwargs).stdout File "/usr/lib/python3.6/subprocess.py", line 438, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/home/osboxes/Documents/Firedrake/firedrake/bin/python', '-m', 'pip', 'install', '--no-binary', 'mpi4py,randomgen', '--no-deps', '-vvv', '--ignore-installed', 'petsc/']' returned non-zero exit status 1. Install log saved in /home/osboxes/Documents/Firedrake/firedrake-install.log