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.

Python versioning issue

See original GitHub issue

Doit 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:closed
  • Created a year ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kraanzucommented, Nov 8, 2022

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! 😄

0reactions
grandchildcommented, Nov 8, 2022

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. 🙂)

Read more comments on GitHub >

github_iconTop 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 >

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