Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix permission error during build #490

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ska-ibees
Copy link

This a fix for the below error:

PermissionError

[Errno 13] Permission denied: './hooks/build'

at /opt/hostedtoolcache/Python/3.10.2/x64/lib/python3.10/os.py:597 in _execvpe
593│ argrest = (args,)
594│ env = environ
595│
596│ if path.dirname(file):
→ 597│ exec_func(file, *argrest)
598│ return
599│ saved_exc = None
600│ path_list = get_exec_path(env)
601│ if name != 'nt':
Error: Process completed with exit code 1.

image

@Tardo
Copy link
Contributor

Tardo commented Jun 21, 2022

Rebase please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants