-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
Update quickstart.rst #29
Conversation
Note will not work for 10.6.8. Perhaps include a note for all plaformio that command will not succeed. Perhaps an issue with Python. Not sure why darwin_i386 when should be something darwin_i686 or something 64-bit.
Just tell me if this request/note should be included earlier. I only bumped into it in this document, so making the stop-loss here. |
Thanks a lot for your report! 👍 Can you try again to install |
Sure, here's my command and result: `$ sudo /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/platformio install atmelavr Password: Installing toolchain-atmelavr package: Downloading [####################################] 100% Unpacking [####################################] 100% Installing tool-avrdude package: Error: The package 'tool-avrdude' is not available for your system 'darwin_i386'` |
Sorry, I've just fixed manifest file for |
Win! No please, I should be thanking you! :) |
Sounds good! 👍
|
I think it started because I needed the following: |
Just open your Terminal and type without $ which pip
$ which platformio Post the results here. Thanks. |
Please look into example: |
Maybe interesting...
I will try with First, I must configure my system to use Chinese serial chip as this is an Arduino copy using WinChipHead not FTDI, then I come back to the above :-/ |
|
I got it. I changed to a user-writable directory. Previously, I was in a user-executable directory: Here's the output from This was quite messy though. It installed a ./lib, ./src, and platformio.ini without asking me where. I'll move these directories and setup file elsewhere, and try to get |
Do you have any propositions how to improve the behaviour of this command? I have the next propositions:
What do you think? |
Good proposal. I like. |
I have an Arduino Uno clone
|
Thanks! I've just created new issue #31 |
I don't understand how PlatformIO should work in your environment. Physically, PlatformIO consists from 2 parts:
The source code builder is based on great project named SCons. If you use recommended way ("Super-Quick" or "Installer Script") to install PlatformIO, then you shouldn't have the similar problems. I understand, that you used recommended way, I saw your quote in the main report message. It's great! All software which PlatformIO needs is installed in your Mac. But the main problem, that you don't want to allow PlatformIO to use that software. PlatformIO doesn't see it, because that isn't in your $PATH. PlatformIO requires export PATH="/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}" Or even, add that line to Please report me which way you will choose! 😄 |
@bettabacon Can I close this pull request? Do you have any problems with PlatformIO? Thanks a lot! |
Please open new issue if you have problems with PlatformIO. |
Note will not work for 10.6.8. Perhaps include a note for all plaformio that command will not succeed. Perhaps an issue with Python. Not sure why darwin_i386 when should be something darwin_i686 or something 64-bit.