-
-
Notifications
You must be signed in to change notification settings - Fork 796
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
IOError: [Errno 13] Permission denied #606
Comments
|
Ah ok, I guess tried running sudo after getting errors. I've removed the
So different error code this time: |
|
I'm having the same issue, also on Mac OS X 10.11.4 with the nodemcuv2 board. Installing toolchains for other boards works fine though. I tried downloading the xtensa toolchain myself (from the PlatformIO manifest URL) and extracting. In the Finder this results in the same "Error 1 - Operation not permitted".
I guess the xtensa archive file is broken? |
This is our problem. We are updating packages with the new structure for PlatformIO 3.0. The previous PaltformIO 2.0 packages have been restored. Please try again Sorry. |
It works again, thanks @ivankravets! |
@mbernson thanks for the confirmation. @reauv does it work for you? |
Yes, works like a charm. Thanks for the quick help @ivankravets! |
IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/scandir.pyc' |
Hey there,
I've been trying to run a build for a NodeMCU which requires the espressif platform.
But after that I get an error
IOError: [Errno 13] Permission denied
Configuration
Operating system: OS X 10.11.4
PlatformIO Version: 2.8.6
Description of problem
Trying to run a build for a NodeMCU, but after attempting to install some dependencies I get a permission denied error.
Steps to Reproduce
platformio init --board nodemcuv2
platformio run
espressif
Actual Results
If problems with PlatformIO Build System:
The content of
platformio.ini
:Additional info
I've installed PlatformIO with
sudo pip --no-cache-dir install -U platformio
as described hereThe text was updated successfully, but these errors were encountered: