gepd / Deviot

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

Setuptools needs Python 3, Deviot Phyton 2.7 #315

Closed lunakk-PL closed 3 years ago

lunakk-PL commented 3 years ago

Hi, I'm using Sublime Text 3 with Deviot v. 2.2.2. on Windows 10. I have installed Phyton 3.7 and Phyton 2.7 on my PC Deviot needs Python 2.7, i got it, and Deviot is launching with no problems. But when i want to build skech i get an error:

You are running Setuptools on Python 2, which is no longer supported and SETUPTOOLS WILL STOP WORKING

What i need to change, in my config, that Setuptools will start to use python 3 instead of python 2 by default?

Thx, for help.

lunakk-PL commented 3 years ago

Upgrade to Deviot 2.3.0.dev13 did the trick.