Results 1 to 3 of 3

Thread: Problems to install p4vasp

  1. #1
    Join Date
    May 2020
    Beans
    1

    Unhappy Problems to install p4vasp

    Hello!
    I am trying to install p4vasp in Ubuntu, but there is some errors during the installation.

    Trial 1: sudo apt install p4vasp (or sudo apt-get install p4vasp or usudo apt-get install -y p4vasp)
    Error: Impossible to find package p4vasp

    Trial 2: Follow the steps in https://github.com/orest-d/p4vasp
    2.1 Install dependencies via sudo apt-get install python-dev g++ libx11-dev mesa-common-dev libglu1-mesa-dev python-opengl python-numpy python-glade2
    Error: Impossible to find package python-glade2

    2.2 Install dependencies via sudo apt-get install python-epydoc doxygen
    Error: Impossible to find package python-epydoc

    2.3 Command make local (or make install)
    Error: /bin/sh: 1: python: not found

    Can anyone help me? I am quite new to Linux....
    Thank You!

  2. #2
    Join Date
    Apr 2021
    Beans
    1

    Re: Problems to install p4vasp

    sudo apt-get install python

    cd ~/Downloads
    wget -c http://archive.ubuntu.com/ubuntu/poo...ntu2_amd64.deb
    sudo apt-get install ./python-gtk2_2.24.0-5.1ubuntu2_amd64.deb

    wget -c http://archive.ubuntu.com/ubuntu/poo...ntu2_amd64.deb
    sudo apt-get install ./python-glade2_2.24.0-5.1ubuntu2_amd64.deb

    #download and extract the p4vasp folder, in the home for exaple, then:cd

    cd ~/p4vasp-0.3.30
    install/install-ubuntu-dependencies.sh
    sudo apt update
    sudo apt upgrade
    make local
    #you may need to install some libraries and dipendecies, just look on google how to do it
    make install
    sudo ./p4v

  3. #3
    Join Date
    Apr 2021
    Beans
    1

    Re: Problems to install p4vasp

    Quote Originally Posted by p4vaspwien View Post
    sudo apt-get install python

    cd ~/Downloads
    wget -c http://archive.ubuntu.com/ubuntu/poo...ntu2_amd64.deb five nights at freddy's
    sudo apt-get install ./python-gtk2_2.24.0-5.1ubuntu2_amd64.deb

    wget -c http://archive.ubuntu.com/ubuntu/poo...ntu2_amd64.deb
    sudo apt-get install ./python-glade2_2.24.0-5.1ubuntu2_amd64.deb

    #download and extract the p4vasp folder, in the home for exaple, then:cd

    cd ~/p4vasp-0.3.30
    install/install-ubuntu-dependencies.sh
    sudo apt update
    sudo apt upgrade
    make local
    #you may need to install some libraries and dipendecies, just look on google how to do it
    make install
    sudo ./p4v
    Thanks for this thoughtful response. This helps quite a bit. Cheers!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •