-
Notifications
You must be signed in to change notification settings - Fork 27
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
esp32 platform does not install due to filesystem permissions #9
Comments
Can you delete your image and pull latest again and see if the problem still exists? Because I can't reproduce your error. I tried the following:
And it also worked. Here are the logs:
|
I'll try as soon as I can! |
Huh, can you please try not only installing the platform, but also |
Hi and thank you for this image.
I'm trying to use it to build esp32 firmware and meet some problems. esp32 platform installs some python packages to work and pip fails to install them due to not being able to write to /.local folder. It seems
user
directory for this image is set to/
, which probably causes problems. $USER might be set to/root
to make it work better.Log:
In the middle of the logs there is a line
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/.local'
The text was updated successfully, but these errors were encountered: