-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
[Feature request] Option to update Python Installation(s) #136
Comments
Can you explain why this change/feature is needed?
All instances share the same virtualenv. |
Thank you for your reply. I keep on getting warning messages about outdated PIP. |
Do you mean a yellow warning popping up, that Python 2.7 is EOL during the creation of the venv? Thats normal and shouldn't be an issue once Klipper is ready for pure Python 3 systems. Yes as you can see in the two following files, each package has a specific version assigned: |
In addition to the yellow EOL warning I got a warning about PIP being outdated as well on both environments (2.7 and 3.x). I got your point about the module versions and I assume the requirements are tested and known to be working. Are you using the -r option?
But PIP is not mentioned. Therefor I would be happy if you can implement some monitor and update routine. You probably need to update any Python environment (e.g.):
PS: I am not sure about setuptools and wheel. I have no idea if they ate outdated or not. |
Please implement an option to (probe and) update outdated Python Installation(s) modules .
A script like this is working for me:
But I assume one need to take care of multiple instances.
Thank you.
The text was updated successfully, but these errors were encountered: