botocore 1.12.198 has requirement docutils<0.15
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 11.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Fresh virtualenv with pip, wheel, and setuptools packages:
pip install django zappa
Installs boto3 1.9.198, botocore 1.12.198, docutils 0.15.1, and django 2.2.3, among other packages.
Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.20.0->zappa)
Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting cfn-flip>=1.0.2 (from troposphere>=1.9.0->zappa)
Using cached https://files.pythonhosted.org/packages/a7/d3/0a20922097703ca344b1039545e2b4e45a7dcba75f2b89a34bfca13ebeee/cfn_flip-1.2.1-py3-none-any.whl
ERROR: botocore 1.12.198 has requirement docutils<0.15,>=0.10, but you'll have docutils 0.15.1 which is incompatible.
Installing collected packages: sqlparse, pytz, django, jmespath, six, python-dateutil, urllib3, docutils, botocore, s3transfer, boto3, PyYAML, placebo, click, kappa, tqdm, wsgi-request-logger, Unidecode, python-slugify, durationpy, idna, certifi, chardet, requests, Werkzeug, cfn-flip, troposphere, toml, lambda-packages, argcomplete, hjson, future, zappa
Doesn't appear to break anything, but might be worth pinning to docutils 0.15 to avoid the error message, if that's possible.
This is on a recent version of Debian, Python 3.7.3, pip version 19.2.1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing pip install django zappa in a fresh virtualenv with Python 3.7.3 and pip 19.2.1, then inspect the dependency declarations involved in botocore and docutils. Done means the installation no longer reports the docutils version conflict, while the requested packages still install successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100