Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/337.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 &引用;导入错误:没有名为Cython.Build的模块;在Google云上运行make文件时_Python_Makefile_Google Cloud Platform - Fatal编程技术网

Python &引用;导入错误:没有名为Cython.Build的模块;在Google云上运行make文件时

Python &引用;导入错误:没有名为Cython.Build的模块;在Google云上运行make文件时,python,makefile,google-cloud-platform,Python,Makefile,Google Cloud Platform,我在谷歌云计算机上工作,需要运行make文件。我通过键入make来实现这一点,返回的错误是ImportError:没有名为Cython.Build的模块。但是,如果我尝试在解释器中输入相同的import语句(在键入python之后),我没有任何问题为什么在运行make文件时import语句不起作用,而在解释器中起作用?

我在谷歌云计算机上工作,需要运行make文件。我通过键入
make
来实现这一点,返回的错误是
ImportError:没有名为Cython.Build的模块。但是,如果我尝试在解释器中输入相同的import语句(在键入
python
之后),我没有任何问题为什么在运行make文件时import语句不起作用,而在解释器中起作用?