-
-
Notifications
You must be signed in to change notification settings - Fork 798
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
Super-quick installation failed on OSX 10.10.3 #173
Comments
Did you try with |
Yup, but it doesn't seem to add it to my Path (tried restarting.) me$ sudo python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)" ==> Installing Python Package Manager ... ==> Installing PlatformIO and dependencies ... ==> Installation process has been successfully FINISHED! <== Usage: main.py [OPTIONS] COMMAND [ARGS]... Options: Commands: Please RESTART your Terminal Application and run |
Give me please an output of this command: echo $PATH |
/Users/me/bin/google-cloud-sdk/bin:/usr/local/git/current/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/bin/g4bin |
Hm... Does this command work for you? pip --version |
yup! pip 6.1.1 from /usr/local/lib/python2.7/site-packages (python 2.7) |
Hm... Could you try to uninstall/install PlatformIO via "pip":
Looks like you have a problem with "setuptools" package. Could I ask you to show the output of "pip list"command? Also, please verify that latest version of setuptools is installed. With best regards, Ivan Kravets
|
Hurray! I wasn't running the latest setuptools. After upgrading, uninstall than install worked 😄 |
I've just added this information to FAQ: bf0f4c8 Sorry for the issue. |
$ python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
==> Installing Python Package Manager ...
Requirement already up-to-date: pip in /usr/local/lib/python2.7/site-packages
[SUCCESS]
==> Installing PlatformIO and dependencies ...
Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/site-packages
Requirement already up-to-date: platformio in /usr/local/lib/python2.7/site-packages
Requirement already up-to-date: click>=3.0 in /usr/local/lib/python2.7/site-packages (from platformio)
Requirement already up-to-date: pyserial in /usr/local/lib/python2.7/site-packages (from platformio)
Requirement already up-to-date: requests>=2.4.0 in /usr/local/lib/python2.7/site-packages (from platformio)
Command "/usr/local/opt/python/bin/python2.7 -c "import setuptools, tokenize;file='/var/folders/00/144nr000h01000cxqpysvccm004hkq/T/pip-Fdnyzc-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /var/folders/00/144nr000h01000cxqpysvccm004hkq/T/pip-K4mvNa-record/install-record.txt --compile" failed with error code 1 in /var/folders/00/144nr000h01000cxqpysvccm004hkq/T/pip-Fdnyzc-build
[FAILURE]
The installation process has been FAILED!
Please report about this problem here
< https://github.com/platformio/platformio/issues >
The text was updated successfully, but these errors were encountered: