Python versioning issue
See original GitHub issueDoit will not install with given instructions on python 3.8:
Collecting git+https://github.com/kraanzu/dooit.git Cloning https://github.com/kraanzu/dooit.git to /tmp/pip-req-build-uoxtcydw Running command git clone -q https://github.com/kraanzu/dooit.git /tmp/pip-req-build-uoxtcydw Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... done ERROR: Package 'dooit-0.1.0' requires a different Python: 3.8.10 not in '>=3.10,<4.0'
Issue Analytics
- State:
- Created a year ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Too many different Python versions on my system and causing ...
Symptoms I had similar issues with python programs not finding dependencies. My python3 version was a broken symlink. My pip was pointing to...
Read more >5 Best Practices for Versioning Your Python Packages
Versioning in Python is tricky due to its range of complex versioning schemes. Follow these best practices to speed up the development ...
Read more >Dropping support for older Python versions
Dropping support for older Python versions is supported by the standard Core metadata specifications 1.2 specification via a “Requires-Python” attribute.
Read more >7. Releasing and versioning - Python Packages
Versioning is the process of adding unique identifiers to different versions of your package. The unique identifier you use may be name-based or...
Read more >Unhelpful error message related to unresolvable python version
python-version, does not exist. ... There are two problems with this: I did not specify a python version file; It's kind of an...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Indeed. That’s a lot of changes you did there! I’m also changing the config file and stuff so things might be a bit different, but yeah, thanks for the work! I really appreciate it! 😄
Have a look at https://github.com/grandchild/dooit/commit/5bf81ad4e27898356b67fc2942a9c7054f665aa0 for the changes wrt your
main
(I understand you’re working on a redesign, but maybe you can copy-paste one or two hunks from my patch. 🙂)