-
Notifications
You must be signed in to change notification settings - Fork 21
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
Permission denied when creating new components in WINGS #150
Comments
Hi Daniel, Thanks for reporting the issue. I couldn't recreate the chmod bug
I did find a related issue with python components, where it couldn't find python in the container, and needed the run script to have python3 in there |
Hi Varun, I am able to create new components and run them, as long as they don't have any extra scripts (the .sh comes with the right run permissions). If I create and initialize a component with a python script, and I try to run it from bash, then the error appears (permission error in the python script). I had to docker exec into the container and change the permissions of the python script manually (for every new component created). |
Hmm, i was trying on a Mac.. I'll try in the other systems
…On Fri, 10 Mar 2023, 14:14 Daniel Garijo, ***@***.***> wrote:
Hi Varun,
this issue was not only experienced by me, but by all my students (20+).
We had different Operative Systems (I am in Unix, they had Windows).
I am able to create new components and run them, as long as they don't
have any extra scripts (the .sh comes with the right run permissions). If I
create and initialize a component with a python script, and I try to run it
from bash, then the error appears (permission error in the python script).
I had to docker exec into the container and change the permissions of the
python script manually (for every new component created).
—
Reply to this email directly, view it on GitHub
<#150 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGTB6QTZN47EFGB344P2CZ3W3LSVPANCNFSM6AAAAAAVQMXZSE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
In theory the OS should not be the problem. |
Describe the bug
I am using the docker-compose image to run WINGS. I can create components and initialize them. But the components are created with no execution permissions. As a result, the only way for me to change this is logging in the container and doing
chmod
on the script filesTo Reproduce
Steps to reproduce the behavior:
Expected behavior
I would like to be able to run the components I create
The text was updated successfully, but these errors were encountered: