Skip to content
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

"auto install" (of PlatformIO) still installs Python 2.7 - which has reached its "end of lifetime" on 1st of Jan 2020 #114

Open
hugofant opened this issue Jan 9, 2021 · 1 comment

Comments

@hugofant
Copy link

hugofant commented Jan 9, 2021

...and also PlatformIO "says" (during compiling), that this version is too low and has to be upgraded.

As "auto install" still installs the outdated version 2.7 i was looking for a "manual" solution and the following way worked for me (Windows10, without "auto install"):

install latest Python version (actually 3.9) manually - important: with updating the PATH variable

afterwards use on command line:

pip install -U platformio

Marlin-Conf "reports" PlatformIO as "installed" now and compiling works well with PlatformIO 5 as Pyhton is "up-to-date" now

@Rencee83
Copy link

Rencee83 commented Nov 4, 2022

I would like to add a comment, it would probably help others who had a problem installing platformio through the config. It still wants to install the old version python, but it doesn't really install anything, rather just makes a folder in win 10 64 bit. There's no path to add, at least for me. I am not a programmer or any expert on this, so it took me 2 weeks to finally figure it out. Go to pltformio website, and download the platformio core scrypt, save it to your downloads, open command, enter that download folder, and install platformio with the command from platformio website. It will install without problem, using the latest python, and restarting marlin config, it will show you platformio installed. Iinstalled the latest python first, and upgraded pip in command. I nearly cried finally figuring this out 😅😅🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants