Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.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 获得;IOError:[ERRNO13]权限被拒绝";“运行时”;numpy.f2py.compile();_Python_Numpy_Compilation_F2py_Ioerror - Fatal编程技术网

Python 获得;IOError:[ERRNO13]权限被拒绝";“运行时”;numpy.f2py.compile();

Python 获得;IOError:[ERRNO13]权限被拒绝";“运行时”;numpy.f2py.compile();,python,numpy,compilation,f2py,ioerror,Python,Numpy,Compilation,F2py,Ioerror,谷歌搜索了许多类似的关键词。没有帮助 复制的示例来自: 进入IDE(pyscripter) 跑蟒蛇2.7 收到错误消息(见下文): 问题:我从这里到哪里去寻找答案您可以在管理员模式下运行IDE吗?是的,我可以。没有区别。 *** Python 2.7.14 |Anaconda, Inc.| (default, Nov 8 2017, 13:40:13) [MSC v.1500 32 bit (Intel)] on win32. *** >>> *** Remote Inte

谷歌搜索了许多类似的关键词。没有帮助

复制的示例来自: 进入IDE(pyscripter) 跑蟒蛇2.7 收到错误消息(见下文):


问题:我从这里到哪里去寻找答案

您可以在管理员模式下运行IDE吗?是的,我可以。没有区别。
*** Python 2.7.14 |Anaconda, Inc.| (default, Nov  8 2017, 13:40:13) [MSC v.1500 32 bit (Intel)] on win32. ***
>>> 
*** Remote Interpreter Reinitialized  ***
>>> 
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building extension "hello" sources
f2py options: []
f2py:> c:\users\kalma\appdata\local\temp\tmpqgzjp1\src.win32-2.7\hellomodule.c
creating c:\users\kalma\appdata\local\temp\tmpqgzjp1\src.win32-2.7
Reading fortran codes...
Post-processing...
Post-processing (stage 2)...
Building modules...
IOError: [Errno 13] Permission denied: 'c:\\users\\kalma\\appdata\\local\\temp\\tmptmlgrm.f'. Skipping file "c:\users\kalma\appdata\local\temp\tmptmlgrm.f".
error: f2py target file 'c:\\users\\kalma\\appdata\\local\\temp\\tmpqgzjp1\\src.win32-2.7\\hellomodule.c' not generated
>>>