Trouble installing slepc on Ubuntu 16.04

Issue #64 resolved
Earle, Keith created an issue

I have successfully install petsc and petsc4py using sudo -H pip install <x>. However, I get the following notification when attempting to install slepc:

$ sudo -H pip install slepc Collecting slepc Could not find a version that satisfies the requirement slepc (from versions: ) No matching distribution found for slepc You are using pip version 8.1.1, however version 9.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command.

I would appreciate any assistance you could render.

Comments (3)

  1. Lisandro Dalcin

    Does this work?:

    $ pip install http://slepc.upv.es/download/distrib/slepc-3.7.1.tar.gz
    $ pip install slepc4py
    
  2. Earle, Keith reporter

    Lisandro,

    that did the trick. Thank you very much for your assistance in this matter.

    Best regards,

    Keith A. Earle, Ph.D. Associate Professor Physics Department University at Albany (SUNY) 1400 Washington Ave. Albany, NY 12222

  3. Log in to comment