Linux and minimal version of Python
Posted: 12.10.2020 12:04
I had no trouble to get Cud up and running on my Linux boxen with Python 3.5 (this is a Debian Stretch based system).
However, some (but only some) plugins I insatlled later on do seem to require a version Python greater than 3.5. I say "seem" because so far I could always patch them with a few trivial changes to run under Python 3.5 as well. Apparently it's not that hard to write code that's compatible with earlier versions.
Of course, what does "earlier" mean? Python 3.4? Python 3.3? Or whatever Python 3 people happen to have on their system?
I'd appreciate it if the Python experts (mostly Alexey and the plugin writers) could agree on some minimal Python version that's REQUIRED (so perhaps some, me included, have to install additional packages) but on the other hand MAKE SURE all plugins are compatible with that minimal version.
However, some (but only some) plugins I insatlled later on do seem to require a version Python greater than 3.5. I say "seem" because so far I could always patch them with a few trivial changes to run under Python 3.5 as well. Apparently it's not that hard to write code that's compatible with earlier versions.
Of course, what does "earlier" mean? Python 3.4? Python 3.3? Or whatever Python 3 people happen to have on their system?
I'd appreciate it if the Python experts (mostly Alexey and the plugin writers) could agree on some minimal Python version that's REQUIRED (so perhaps some, me included, have to install additional packages) but on the other hand MAKE SURE all plugins are compatible with that minimal version.