gepd / Deviot

Sublime Text plugin for IoT development based in PlatformIO ecosystem (Arduino IDE)
Apache License 2.0
307 stars 56 forks source link

Deviot's Platformio install process failure. #224

Closed schack-lindemann closed 6 years ago

schack-lindemann commented 6 years ago

When trying to install Deviot on a freshly installed Macbook with 10.13.4 the following errors:

PlatformIO is not installed Preparing to install it. Please be patient it; may take a while. Downloading necessary files... Extracting files... Installing PlatformIO... There was an error Collecting platformio Could not fetch URL https://pypi.python.org/simple/platformio/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (ssl.c:661) - skipping Could not find a version that satisfies the requirement platformio (from versions: ) No matching distribution found for platformio You are using pip version 9.0.1, however version 10.0.0 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Installation finished, now you can enjoy Deviot!

I've tried to install Python 2.7.14 from python.org, but the issue is persistent. Any suggestions, even though this isn't really a Deviot issue?

schack-lindemann commented 6 years ago

After manually instaling PlatformIO I got the whole thing up and running, but the Deviot install process is still not working.