Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python ImportError:没有名为scipy.constants的模块_Python_Python 3.x_Python 2.7 - Fatal编程技术网

Python ImportError:没有名为scipy.constants的模块

Python ImportError:没有名为scipy.constants的模块,python,python-3.x,python-2.7,Python,Python 3.x,Python 2.7,我正在尝试安装bandup,但有问题 toufik@toufik-PORTEGE-R30-A:~/qe-6.7/bandup-master$ ./build Traceback (most recent call last): File "./build", line 26, in <module> from bandupy.files import mkdir File "/home/toufik/qe-6.7/bandup-mas

我正在尝试安装bandup,但有问题

 toufik@toufik-PORTEGE-R30-A:~/qe-6.7/bandup-master$ ./build 
Traceback (most recent call last):
  File "./build", line 26, in <module>
    from bandupy.files import mkdir
  File "/home/toufik/qe-6.7/bandup-master/src/python_interface/bandupy/files.py", line 23, in <module>
    from scipy.constants import physical_constants
ImportError: No module named scipy.constants
toufik@toufik-PORTEGE-R30-A:~/qe-6.7/bandup master$/构建
回溯(最近一次呼叫最后一次):
文件“/build”,第26行,在
从bandupy.files导入mkdir
文件“/home/toufik/qe-6.7/bandup master/src/python_interface/bandupy/files.py”,第23行,在
从scipy.constants导入物理常量
ImportError:没有名为scipy.constants的模块

安装并检查此处的所有要求: