Hello, trying to evaluate your package, which looks great btw. but running into the following error:
File "./deploy-wrapper.py", line 306, in <module>
main()
File "./deploy-wrapper.py", line 302, in main
subprocess.check_output([BUILD_SCRIPT, '-s']).strip('\n'))
File "/usr/lib64/python2.7/subprocess.py", line 212, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "/usr/lib64/python2.7/subprocess.py", line 390, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1024, in _execute_child
raise child_exception
OSError: [Errno 13] Permission denied
this seems to happen in sudo or normal user... also tried diff directory permissions with no luck. Any ideas?
Hello, trying to evaluate your package, which looks great btw. but running into the following error:
this seems to happen in sudo or normal user... also tried diff directory permissions with no luck. Any ideas?