huawei-noah / Speech-Backbones

This is the main repository of open-sourced speech technology by Huawei Noah's Ark Lab.
545 stars 113 forks source link

[Errno 13] Permission denied: '/home/user/app/Grad-TTS/model/monotonic_align/core.c' #4

Closed AK391 closed 3 years ago

AK391 commented 3 years ago

[Errno 13] Permission denied: '/home/user/app/Grad-TTS/model/monotonic_align/core.c' Traceback (most recent call last): File "/home/user/.local/lib/python3.8/site-packages/Cython/Build/Dependencies.py", line 1208, in cythonize_one result = compile_single(pyx_file, options, full_module_name=full_module_name) File "/home/user/.local/lib/python3.8/site-packages/Cython/Compiler/Main.py", line 727, in compile_single return run_pipeline(source, options, full_module_name) File "/home/user/.local/lib/python3.8/site-packages/Cython/Compiler/Main.py", line 515, in run_pipeline err, enddata = Pipeline.run_pipeline(pipeline, source) File "/home/user/.local/lib/python3.8/site-packages/Cython/Compiler/Pipeline.py", line 355, in run_pipeline data = run(phase, data) File "/home/user/.local/lib/python3.8/site-packages/Cython/Compiler/Pipeline.py", line 335, in run return phase(data) File "/home/user/.local/lib/python3.8/site-packages/Cython/Compiler/Pipeline.py", line 52, in generate_pyx_code_stage module_node.process_implementation(options, result) File "/home/user/.local/lib/python3.8/site-packages/Cython/Compiler/ModuleNode.py", line 143, in process_implementation self.generate_c_code(env, options, result) File "/home/user/.local/lib/python3.8/site-packages/Cython/Compiler/ModuleNode.py", line 411, in generate_c_code f = open_new_file(result.c_file) File "/home/user/.local/lib/python3.8/site-packages/Cython/Utils.py", line 76, in open_new_file return codecs.open(path, "w", encoding="ISO-8859-1") File "/usr/local/lib/python3.8/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering)