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.

time to update python-dateutil again

See original GitHub issue

Looks like it’s that time to update again.

ERROR: botocore 1.13.9 has requirement python-dateutil<2.8.1,>=2.1; python_version >= "2.7", but you'll have python-dateutil 2.8.1 which is incompatible.

Why not pin the upper bound to a major version instead of minor patch version?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:83
  • Comments:21 (4 by maintainers)

github_iconTop GitHub Comments

13reactions
prometheanfirecommented, Nov 6, 2019

watching this, capping is bad, especially on ‘core’ libraries. Blocking all update on boto til this is fixed 😦 https://review.opendev.org/692951

10reactions
robvdlcommented, Nov 14, 2019

This is preventing me from installing erpnext now, when installing erpnext I am running into this and it’s failing. I tried to install an old version of python-dateutil before installing erpnext but it still runs into this error:

ERROR: botocore 1.13.14 has requirement python-dateutil<2.8.1,>=2.1; python_version >= “2.7”, but you’ll have python-dateutil 2.8.1 which is incompatible.

Looks like a fix is needed sooner rather than later as people are affected by this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

dateutil examples — dateutil 2.8.2 documentation
Every 18 months on the 10th thru 15th of the month for 10 occurrences. >>> list(rrule(MONTHLY, interval=18, count=10, ...
Read more >
Upgrade the Python package dateutil: Could not find a version
It is pip install python-dateutil --upgrade.
Read more >
How to Install python-dateutil in Python? - Finxter
Type “ pip install python-dateutil ” (without quotes) in the command line and hit Enter again. This installs python-dateutil for your default Python...
Read more >
datetime — Basic date and time types — Python 3.11.1 ...
Concrete time zones representing the IANA time zone database. Package dateutil. Third-party library with expanded time zone and parsing support. Aware and Naive ......
Read more >
Replacing pytz with python-dateutil
Update May 10​ ... Wow, time flies! Paul, the author of python-dateutil and also the author of the blog post that inspired us,...
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