question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider lowing Python version requirements

See original GitHub issue

Hey, I recently attempted to use pipx on a Debian stretch system, which is still on Python 3.5. As such, Python 3.5 support would be nice to have in pipx. As far as I can tell, the only feature that requires 3.6 that pipx requires is PEP 498 (literal string interpolation).

Would you be willing to use string.format() over PEP 498 strings?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:10

github_iconTop GitHub Comments

1reaction
cs01commented, Jan 9, 2020

Thank you for your interest, but I am going to close this because, although useful to a small group of people, the additional maintenance burden to the pipx project would not be worth it.

0reactions
kwbrcommented, Dec 10, 2018

Support for older Python version to install pipx would be very helpful for those of us locked on older Python versions

Read more comments on GitHub >

github_iconTop Results From Across the Web

No useful warning if Python version is too low for desired ...
Try to install any package that requires a Python version higher than the one on the system, e.g., install a package requiring Python...
Read more >
Should You Use Upper Bound Version Constraints?
In this discussion I would like to explain why always providing an upper limit causes far more harm than good even for true...
Read more >
PEP 440 – Version Identification and Dependency Specification
Abstract. This PEP describes a scheme for identifying versions of Python software distributions, and declaring dependencies on particular versions. This ...
Read more >
Enforcing python version in setup.py
Our system requires Python 2.7. Sometimes, users are having multiple versions of Python on their systems, say 2.6.x and 2.7, some packages it ......
Read more >
Python Dependencies - Everything You Need to Know
Requirements.txt files specify valid versions for each dependency, which should all work together. If you install each dependency one at a time ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found