Cobra Forum

Other Discussion and Support => Education & Science => Topic started by: mahesh on Dec 16, 2023, 05:01 AM

Title: Problems to install p4vasp
Post by: mahesh on Dec 16, 2023, 05:01 AM
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
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!