-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Unable to install PlatformIO: [Errno 1] Operation not permitted #295
Comments
Hi,
You should install using administrative privileges( sudo pip install -U pip setuptools
sudo pip install -U platformio |
Sorry, already tried, it says to run with "sudo -H pip install -U pip setuptools", so I did it that way, exact same error :/ Thank you for your time! |
Have you tried installer script? http://docs.platformio.org/en/latest/installation.html#installer-script |
I did, same error :/ |
Give me please an output of
|
altgraph (0.10.2) |
Try
|
It Worked!!! Thanks!! You made my day!!!! What was the problem by the way? |
Thanks a lot for the report! I've just added this solution to FAQ page http://docs.platformio.org/en/latest/faq.html#faq |
I can't answer to this question, I'm not maintainer for |
Well anyway thank you very much!
|
sudo pip --no-cache-dir install -U predictionio facing same issues when trying to install predictionio |
Solution
Hi, I am having a lot of trouble installing PlatformIO, my main goal is to use this to program (run, build, compile, etc.) arduino projects on Atom. As suggested here: https://viget.com/extend/arduino-development-in-atom-editor
I already tried all the options, throw pip, throw python curl, etc. But I always get this error:
Thank you very much for your time!
PS. Would appreciate detailed answers (as you can see) I'm a learner 😃
Thanks,
Tiago Ferreira
The text was updated successfully, but these errors were encountered: