update_fenics fails to install all of the python components

Issue #6 resolved
Martin Sandve Alnæs created an issue

The fenicsproject/dev docker build currently fails with various errors for the python components:

fenics@0891eb02e6d5:~/build/src/fiat$ build_fiat
FENICS-BUILDER: Building fiat...
/usr/local/lib/python2.7/dist-packages/setuptools-19.7-py2.7.egg/setuptools/dist.py:285: UserWarning: Normalizing '1.7.0dev' to '1.7.0.dev0'
running install
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

    [Errno 2] No such file or directory: '/home/fenics/build/lib/python2.7/site-packages/test-easy-install-44.write-test'

The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

    /home/fenics/build/lib/python2.7/site-packages/

This directory does not currently exist.  Please create it and try again, or
choose a different installation directory (using the -d or --install-dir
option).

Probably needs updating of the install commands after recent setup.py changes.

Comments (2)

  1. Log in to comment