Skip to content

Hi, Getting Error on deploy-wrapper.py setup #1

@ninjada

Description

@ninjada

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions