Hello, I've installed Opm on Ubuntu 16.04 from a binary package and try to run the spe1 tutorial from http://opm-project.org/?page_id=197. Everything worked fine until I got to the installation of python-ert.ecl on page 6 of the tutorial. The command 'sudo apt-get install python-ert.ecl python-numpy python-matplotlib' gives me the following output (I omitted several lines):
... Selecting previously unselected package libert.ecl1. Preparing to unpack .../libert.ecl1_2017.04-rfinal-1~xenial_amd64.deb ... Unpacking libert.ecl1 (2017.04-rfinal-1~xenial) ... dpkg: error processing archive /var/cache/apt/archives/libert.ecl1_2017.04-rfinal-1~xenial_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man1/ecl_summary.1.gz', which is also in package libecl1 2017.10-rfinal-1~xenial dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) ... Selecting previously unselected package python-ert.ecl. Preparing to unpack .../python-ert.ecl_2017.04-rfinal-1~xenial_amd64.deb ... Unpacking python-ert.ecl (2017.04-rfinal-1~xenial) ... ... Errors were encountered while processing: /var/cache/apt/archives/libert.ecl1_2017.04-rfinal-1~xenial_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) After that, any 'apt-get install' command that I run gives me the message: You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: python-ert.ecl : Depends: libert.ecl1 but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). But doing 'apt-get -f install' leads to the same 'subprocess paste was killed by signal (Broken pipe)' error. As a result of all of this, Python can't find the module ecl.ecl and I can't run the summaryplot file. Does anyone know solution to this problem? Regards, Artyom _______________________________________________ Opm mailing list [email protected] http://opm-project.org/cgi-bin/mailman/listinfo/opm
