band-unfolding / bandup

BandUP: Band Unfolding code for Plane-wave based calculations
http://www.ifm.liu.se/theomod/compphys/band-unfolding
GNU General Public License v3.0
99 stars 49 forks source link

Error while executing the ./build command #33

Open SJTU-H opened 2 years ago

SJTU-H commented 2 years ago

Hello I am a new user to qe. Whenever I try to execute the command it says the following: ./build Traceback (most recent call last): File "./build", line 26, in from bandupy.files import mkdir File "/home/satabdee/bandup-master-main/src/python_interface/bandupy/files.py", line 23, in from scipy.constants import physical_constants ImportError: No module named scipy.constants

please help

stepan-tsirkin commented 2 years ago

Is scipy installed on your computer? either pip install scipy or follow https://scipy.org/install/