time to update python-dateutil again
See original GitHub issueLooks 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:
- Created 4 years ago
- Reactions:83
- Comments:21 (4 by maintainers)
Top 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 >
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 Free
Top 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
watching this, capping is bad, especially on ‘core’ libraries. Blocking all update on boto til this is fixed 😦 https://review.opendev.org/692951
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.