botocore requirement error
See original GitHub issueWhen running the command:
python -m pip install -r requirements-dev.txt
I got an error massage that says:
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.
But the followed commands havenβt raised an error:
python setup.py build_ext --inplace -j 0
python -m pip install -e . --no-build-isolation --no-use-pep517
P.S Everything seems normal ATM, just never saw that error message before.
Output of pd.show_versions()
INSTALLED VERSIONS
commit : 399212673ea8101a65d95830604edb633da0860d python : 3.7.4.final.0 python-bits : 64 OS : Linux OS-release : 5.3.8.a-1-hardened machine : x86_64 processor : byteorder : little LC_ALL : None LANG : en_US.UTF-8 LOCALE : en_US.UTF-8
pandas : 0.26.0.dev0+781.g399212673 numpy : 1.17.3 pytz : 2019.3 dateutil : 2.8.1 pip : 19.3.1 setuptools : 41.6.0 Cython : 0.29.14 pytest : 5.2.2 hypothesis : 4.43.3 sphinx : 2.2.1 blosc : 1.8.1 feather : None xlsxwriter : 1.2.2 lxml.etree : 4.4.1 html5lib : 1.0.1 pymysql : None psycopg2 : None jinja2 : 2.10.3 IPython : 7.9.0 pandas_datareader: None bs4 : 4.8.1 bottleneck : 1.2.1 fastparquet : 0.3.2 gcsfs : None lxml.etree : 4.4.1 matplotlib : 3.1.1 numexpr : 2.7.0 odfpy : None openpyxl : 3.0.0 pandas_gbq : None pyarrow : 0.15.1 pytables : None s3fs : 0.3.5 scipy : 1.3.1 sqlalchemy : 1.3.10 tables : 3.6.1 xarray : 0.14.0 xlrd : 1.2.0 xlwt : 1.3.0 xlsxwriter : 1.2.2
Screen shot of the error:
The full text of image above:
venv-pandas) [bummy@null pandas-MomIsBestFriend]$ python -m pip install -r requirements-dev.txt
Collecting git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master (from -r requirements-dev.txt (line 68))
Cloning https://github.com/pandas-dev/pandas-sphinx-theme.git (to revision master) to /tmp/pip-req-build-vdm84z_f
Running command git clone -q https://github.com/pandas-dev/pandas-sphinx-theme.git /tmp/pip-req-build-vdm84z_f
Collecting numpy>=1.15
Downloading https://files.pythonhosted.org/packages/00/4a/e34fce8f18c0e052c2b49f1b3713469d855f7662d58ae2b82a88341e865b/numpy-1.17.3-cp37-cp37m-manylinux1_x86_64.whl (20.0MB)
|ββββββββββββββββββββββββββββββββ| 20.0MB 1.2MB/s
Collecting python-dateutil>=2.6.1
Downloading https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl (227kB)
|ββββββββββββββββββββββββββββββββ| 235kB 8.7MB/s
Collecting pytz
Downloading https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl (509kB)
|ββββββββββββββββββββββββββββββββ| 512kB 8.4MB/s
Collecting asv
Downloading https://files.pythonhosted.org/packages/6e/94/4521cc0183a5656de9470452ddd2b6170a2d04ba9b18b84c597db09b8b0d/asv-0.4.1.tar.gz (470kB)
|ββββββββββββββββββββββββββββββββ| 471kB 20.9MB/s
Collecting cython>=0.29.13
Downloading https://files.pythonhosted.org/packages/d8/58/2deb24de3c10cc4c0f09639b46f4f4b50059f0fdc785128a57dd9fdce026/Cython-0.29.14-cp37-cp37m-manylinux1_x86_64.whl (2.1MB)
|ββββββββββββββββββββββββββββββββ| 2.1MB 6.6MB/s
Collecting black<=19.3b0
Downloading https://files.pythonhosted.org/packages/30/62/cf549544a5fe990bbaeca21e9c419501b2de7a701ab0afb377bc81676600/black-19.3b0-py36-none-any.whl (89kB)
|ββββββββββββββββββββββββββββββββ| 92kB 1.2MB/s
Collecting cpplint
Downloading https://files.pythonhosted.org/packages/30/9f/a44a503d457ebdb78298a1cb4dad99c1e506b901b300829fc28f3b3ddd6a/cpplint-1.4.4-py3-none-any.whl (73kB)
|ββββββββββββββββββββββββββββββββ| 81kB 1.4MB/s
Collecting flake8
Downloading https://files.pythonhosted.org/packages/f8/1f/7ea40d1e4146ea55dbab41cda1376db092a75794914169aabd7e8d7a7def/flake8-3.7.9-py2.py3-none-any.whl (69kB)
|ββββββββββββββββββββββββββββββββ| 71kB 983kB/s
Collecting flake8-comprehensions
Downloading https://files.pythonhosted.org/packages/76/1f/3a2eaf62799c2c7409db6eb71fb34b8ba64b4a0fcdbf26e1063349062825/flake8_comprehensions-3.0.1-py3-none-any.whl
Collecting flake8-rst<=0.7.0,>=0.6.0
Downloading https://files.pythonhosted.org/packages/81/50/96c9207354feae7ff27dcbd5e27585bac55a1a7b539f6b15e1fced1904a8/flake8_rst-0.7.0-py3-none-any.whl
Collecting isort
Downloading https://files.pythonhosted.org/packages/e5/b0/c121fd1fa3419ea9bfd55c7f9c4fedfec5143208d8c7ad3ce3db6c623c21/isort-4.3.21-py2.py3-none-any.whl (42kB)
|ββββββββββββββββββββββββββββββββ| 51kB 655kB/s
Collecting mypy
Downloading https://files.pythonhosted.org/packages/8f/b0/9b6488f6ff5c3499f9840b46b55affccf929c281eb7108abb19c9ca21cd6/mypy-0.740-cp37-cp37m-manylinux1_x86_64.whl (23.2MB)
|ββββββββββββββββββββββββββββββββ| 23.2MB 2.5MB/s
Collecting pycodestyle
Downloading https://files.pythonhosted.org/packages/0e/0c/04a353e104d2f324f8ee5f4b32012618c1c86dd79e52a433b64fceed511b/pycodestyle-2.5.0-py2.py3-none-any.whl (51kB)
|ββββββββββββββββββββββββββββββββ| 51kB 758kB/s
Collecting gitpython
Downloading https://files.pythonhosted.org/packages/aa/25/9fd9f0b05408021736a22ae73f837152c132e4ea85cdd71d186e24efec31/GitPython-3.0.4-py3-none-any.whl (454kB)
|ββββββββββββββββββββββββββββββββ| 460kB 7.5MB/s
Collecting sphinx
Downloading https://files.pythonhosted.org/packages/1d/58/a547b02946af1cf337c701cafcf3267065c1c83d6e701f540961f4907b5d/Sphinx-2.2.1-py3-none-any.whl (3.3MB)
|ββββββββββββββββββββββββββββββββ| 3.3MB 565kB/s
Collecting numpydoc>=0.9.0
Downloading https://files.pythonhosted.org/packages/6a/f3/7cfe4c616e4b9fe05540256cc9c6661c052c8a4cec2915732793b36e1843/numpydoc-0.9.1.tar.gz
Collecting nbconvert>=5.4.1
Downloading https://files.pythonhosted.org/packages/79/6c/05a569e9f703d18aacb89b7ad6075b404e8a4afde2c26b73ca77bb644b14/nbconvert-5.6.1-py2.py3-none-any.whl (455kB)
|ββββββββββββββββββββββββββββββββ| 460kB 12.3MB/s
Collecting nbsphinx
Downloading https://files.pythonhosted.org/packages/39/1f/c912f2f95d53d818dc76867f950883ae8a92849b7bef12a783106143cf08/nbsphinx-0.4.3-py2.py3-none-any.whl
Collecting pandoc
Downloading https://files.pythonhosted.org/packages/49/b1/d2d4b30ee81ea5cb7aee5ba3591752a637fdc49d0a42fa9683874b60b9fb/pandoc-1.0.2.tar.gz (488kB)
|ββββββββββββββββββββββββββββββββ| 491kB 8.3MB/s
Collecting dask
Downloading https://files.pythonhosted.org/packages/f8/70/b7e55088c6a6c9d5e786c85738d92e99c4bf085fc4009d5ffe483cd6b44f/dask-2.6.0-py3-none-any.whl (760kB)
|ββββββββββββββββββββββββββββββββ| 768kB 6.8MB/s
Collecting toolz>=0.7.3
Downloading https://files.pythonhosted.org/packages/22/8e/037b9ba5c6a5739ef0dcde60578c64d49f45f64c5e5e886531bfbc39157f/toolz-0.10.0.tar.gz (49kB)
|ββββββββββββββββββββββββββββββββ| 51kB 735kB/s
Collecting fsspec>=0.5.1
Downloading https://files.pythonhosted.org/packages/54/18/59f1850336568168144a746afa7199a0311f1a89bdb7b0d8e8b50d2c3d93/fsspec-0.5.2.tar.gz (64kB)
|ββββββββββββββββββββββββββββββββ| 71kB 1.3MB/s
Collecting partd>=0.3.10
Downloading https://files.pythonhosted.org/packages/8b/17/09c352519da1db31634979c3aa9126078e9ece0f561c5f641e0649b78905/partd-1.0.0-py2.py3-none-any.whl
Collecting cloudpickle>=0.2.1
Downloading https://files.pythonhosted.org/packages/c1/49/334e279caa3231255725c8e860fa93e72083567625573421db8875846c14/cloudpickle-1.2.2-py2.py3-none-any.whl
Collecting markdown
Downloading https://files.pythonhosted.org/packages/c0/4e/fd492e91abdc2d2fcb70ef453064d980688762079397f779758e055f6575/Markdown-3.1.1-py2.py3-none-any.whl (87kB)
|ββββββββββββββββββββββββββββββββ| 92kB 1.1MB/s
Collecting feedparser
Downloading https://files.pythonhosted.org/packages/91/d8/7d37fec71ff7c9dbcdd80d2b48bcdd86d6af502156fc93846fb0102cb2c4/feedparser-5.2.1.tar.bz2 (192kB)
|ββββββββββββββββββββββββββββββββ| 194kB 13.5MB/s
Collecting pyyaml
Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
|ββββββββββββββββββββββββββββββββ| 266kB 9.6MB/s
Collecting requests
Downloading https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl (57kB)
|ββββββββββββββββββββββββββββββββ| 61kB 827kB/s
Collecting boto3
Downloading https://files.pythonhosted.org/packages/a3/a4/75004e7352a9f3565331e6881a2312a79e46e434c24e5146b0e6c97fa08f/boto3-1.10.9-py2.py3-none-any.whl (128kB)
|ββββββββββββββββββββββββββββββββ| 133kB 20.5MB/s
Collecting botocore>=1.11
Downloading https://files.pythonhosted.org/packages/bd/45/042a6db7d025be8b04bd47528bc8db414de02e2e5802142e9fb45610d620/botocore-1.13.9-py2.py3-none-any.whl (5.3MB)
|ββββββββββββββββββββββββββββββββ| 5.3MB 2.4MB/s
Collecting hypothesis>=3.82
Downloading https://files.pythonhosted.org/packages/e9/6e/4f47997f47d5e992a9857d8f08cf6011439e4adb5545e5fc87c97a93a9df/hypothesis-4.43.3-py3-none-any.whl (278kB)
|ββββββββββββββββββββββββββββββββ| 286kB 7.9MB/s
Collecting moto
Downloading https://files.pythonhosted.org/packages/ed/b8/00ffc4d74113f25e80a1f37912a865be69eeac20ca4a6435afc0229ff1bd/moto-1.3.13.tar.gz (839kB)
|ββββββββββββββββββββββββββββββββ| 839kB 1.4MB/s
Collecting pytest>=4.0.2
Downloading https://files.pythonhosted.org/packages/93/16/f6dec5178f5f4141e80dfc4812a9aba88f5f29ca881f174ab1851181d016/pytest-5.2.2-py3-none-any.whl (227kB)
|ββββββββββββββββββββββββββββββββ| 235kB 7.2MB/s
Collecting pytest-cov
Downloading https://files.pythonhosted.org/packages/b9/54/3673ee8be482f81527678ac894276223b9814bb7262e4f730469bb7bf70e/pytest_cov-2.8.1-py2.py3-none-any.whl
Collecting pytest-mock
Downloading https://files.pythonhosted.org/packages/7a/67/d527b9cd470e41e51436eb09b6af343828ae0ffbed9673ef03d75a0b6e6c/pytest_mock-1.11.2-py2.py3-none-any.whl
Collecting pytest-xdist
Downloading https://files.pythonhosted.org/packages/f7/80/2af1fc039f779f61c7207dc9f79a1479874e7795f869fddaf135efde1cd4/pytest_xdist-1.30.0-py2.py3-none-any.whl
Collecting seaborn
Downloading https://files.pythonhosted.org/packages/a8/76/220ba4420459d9c4c9c9587c6ce607bf56c25b3d3d2de62056efe482dadc/seaborn-0.9.0-py3-none-any.whl (208kB)
|ββββββββββββββββββββββββββββββββ| 215kB 15.4MB/s
Collecting statsmodels
Downloading https://files.pythonhosted.org/packages/01/cb/614f37ac4a9919eb0dbc0cd9eb939d1a33299f54f10e8a705dd9b08c2f3f/statsmodels-0.10.1-cp37-cp37m-manylinux1_x86_64.whl (8.1MB)
|ββββββββββββββββββββββββββββββββ| 8.1MB 10.1MB/s
Collecting ipywidgets
Downloading https://files.pythonhosted.org/packages/56/a0/dbcf5881bb2f51e8db678211907f16ea0a182b232c591a6d6f276985ca95/ipywidgets-7.5.1-py2.py3-none-any.whl (121kB)
|ββββββββββββββββββββββββββββββββ| 122kB 13.4MB/s
Collecting nbformat
Downloading https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl (155kB)
|ββββββββββββββββββββββββββββββββ| 163kB 9.9MB/s
Collecting notebook>=5.7.5
Downloading https://files.pythonhosted.org/packages/f5/69/d2ffaf7efc20ce47469187e3a41e6e03e17b45de5a6559f4e7ab3eace5e1/notebook-6.0.2-py3-none-any.whl (9.7MB)
|ββββββββββββββββββββββββββββββββ| 9.7MB 8.8MB/s
Requirement already satisfied: pip in /home/bummy/Documents/Github/Community/Python/Venvs/venv-pandas/lib/python3.7/site-packages (from -r requirements-dev.txt (line 42)) (19.3.1)
Collecting blosc
Downloading https://files.pythonhosted.org/packages/6d/3b/2b707cd330a205ba5c69b5e8bfa9c05691442e45ce9ce882c4c8d343e61a/blosc-1.8.1.tar.gz (769kB)
|ββββββββββββββββββββββββββββββββ| 778kB 7.6MB/s
Collecting bottleneck>=1.2.1
Downloading https://files.pythonhosted.org/packages/05/ae/cedf5323f398ab4e4ff92d6c431a3e1c6a186f9b41ab3e8258dff786a290/Bottleneck-1.2.1.tar.gz (105kB)
|ββββββββββββββββββββββββββββββββ| 112kB 10.2MB/s
Collecting ipykernel
Downloading https://files.pythonhosted.org/packages/e1/92/8fec943b5b81078399f969f00557804d884c96fcd0bc296e81a2ed4fd270/ipykernel-5.1.3-py3-none-any.whl (116kB)
|ββββββββββββββββββββββββββββββββ| 122kB 11.1MB/s
Collecting ipython>=5.6.0
Downloading https://files.pythonhosted.org/packages/81/2e/59cdacea6476a4c21b7c090a91250ffbcd085900f5eb9f4e4d68dd2ee4e3/ipython-7.9.0-py3-none-any.whl (775kB)
|ββββββββββββββββββββββββββββββββ| 778kB 10.4MB/s
Collecting jinja2
Downloading https://files.pythonhosted.org/packages/65/e0/eb35e762802015cab1ccee04e8a277b03f1d8e53da3ec3106882ec42558b/Jinja2-2.10.3-py2.py3-none-any.whl (125kB)
|ββββββββββββββββββββββββββββββββ| 133kB 9.0MB/s
Collecting matplotlib>=2.2.2
Downloading https://files.pythonhosted.org/packages/19/7a/60bd79c5d79559150f8bba866dd7d434f0a170312e4d15e8aefa5faba294/matplotlib-3.1.1-cp37-cp37m-manylinux1_x86_64.whl (13.1MB)
|ββββββββββββββββββββββββββββββββ| 13.1MB 636kB/s
Collecting numexpr>=2.6.8
Downloading https://files.pythonhosted.org/packages/2c/69/274c2b81b9bdf7783150461c8982f23248dc917402ed4c6f8aa4b90bb98e/numexpr-2.7.0-cp37-cp37m-manylinux1_x86_64.whl (162kB)
|ββββββββββββββββββββββββββββββββ| 163kB 9.8MB/s
Collecting scipy>=1.1
Downloading https://files.pythonhosted.org/packages/94/7f/b535ec711cbcc3246abea4385d17e1b325d4c3404dd86f15fc4f3dba1dbb/scipy-1.3.1-cp37-cp37m-manylinux1_x86_64.whl (25.2MB)
|ββββββββββββββββββββββββββββββββ| 25.2MB 616kB/s
Collecting beautifulsoup4>=4.6.0
Downloading https://files.pythonhosted.org/packages/3b/c8/a55eb6ea11cd7e5ac4bacdf92bac4693b90d3ba79268be16527555e186f0/beautifulsoup4-4.8.1-py3-none-any.whl (101kB)
|ββββββββββββββββββββββββββββββββ| 102kB 1.2MB/s
Collecting fastparquet>=0.2.1
Downloading https://files.pythonhosted.org/packages/58/49/dccb790fa17ab3fbf84a6b848050083c7a1899e9586000e34e3e4fbf5538/fastparquet-0.3.2.tar.gz (151kB)
|ββββββββββββββββββββββββββββββββ| 153kB 11.0MB/s
Collecting html5lib
Downloading https://files.pythonhosted.org/packages/a5/62/bbd2be0e7943ec8504b517e62bab011b4946e1258842bc159e5dfde15b96/html5lib-1.0.1-py2.py3-none-any.whl (117kB)
|ββββββββββββββββββββββββββββββββ| 122kB 13.4MB/s
Collecting lxml
Downloading https://files.pythonhosted.org/packages/e7/a8/40115c84414c017e1a293f331709eb7534303d3ccd11ef805ac09b1481e7/lxml-4.4.1-cp37-cp37m-manylinux1_x86_64.whl (5.7MB)
|ββββββββββββββββββββββββββββββββ| 5.8MB 1.4MB/s
Collecting openpyxl
Downloading https://files.pythonhosted.org/packages/6f/af/88ff9eef0b8f665aee1111ac6cede5ad12190c5bd726242bd2b26fc21b32/openpyxl-3.0.0.tar.gz (172kB)
|ββββββββββββββββββββββββββββββββ| 174kB 7.0MB/s
Collecting pyarrow>=0.13.1
Downloading https://files.pythonhosted.org/packages/5a/ee/fd2d696eff911f76ed14feeb51e6db6783dd04abd9b8e14be4cbf48d6088/pyarrow-0.15.1-cp37-cp37m-manylinux2010_x86_64.whl (59.2MB)
|ββββββββββββββββββββββββββββββββ| 59.2MB 1.1MB/s
Collecting pyqt5>=5.9.2
Downloading https://files.pythonhosted.org/packages/ec/cc/b727405bc393c0dc1fbb2b928017f9cb6ea8b557070028edf1743ec14689/PyQt5-5.13.2-5.13.2-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl (62.2MB)
|ββββββββββββββββββββββββββββββββ| 62.2MB 67kB/s
Collecting tables>=3.4.2
Downloading https://files.pythonhosted.org/packages/0f/cb/4097be890a773af95343389faa8c283b0d9ff606f144227a548461dcbdd5/tables-3.6.1-cp37-cp37m-manylinux1_x86_64.whl (4.3MB)
|ββββββββββββββββββββββββββββββββ| 4.3MB 423kB/s
Collecting python-snappy
Downloading https://files.pythonhosted.org/packages/45/35/65d9f8cc537129894b4b32647d80212d1fa342877581c5b8a69872cea8be/python-snappy-0.5.4.tar.gz
Collecting s3fs
Downloading https://files.pythonhosted.org/packages/3e/0d/d5f7ef4a3c2237b71e7e406ed6f512815874bfc5c042ebd680bd29d7d06e/s3fs-0.3.5.tar.gz (46kB)
|ββββββββββββββββββββββββββββββββ| 51kB 731kB/s
Collecting sqlalchemy
Downloading https://files.pythonhosted.org/packages/14/0e/487f7fc1e432cec50d2678f94e4133f2b9e9356e35bacc30d73e8cb831fc/SQLAlchemy-1.3.10.tar.gz (6.0MB)
|ββββββββββββββββββββββββββββββββ| 6.0MB 1.8MB/s
Collecting xarray
Downloading https://files.pythonhosted.org/packages/7e/84/e1127b7807a1a98da6d977939b11e89cb924b8b6d8917d9894eb8f39c230/xarray-0.14.0-py3-none-any.whl (598kB)
|ββββββββββββββββββββββββββββββββ| 604kB 5.6MB/s
Collecting xlrd
Downloading https://files.pythonhosted.org/packages/b0/16/63576a1a001752e34bf8ea62e367997530dc553b689356b9879339cf45a4/xlrd-1.2.0-py2.py3-none-any.whl (103kB)
|ββββββββββββββββββββββββββββββββ| 112kB 14.0MB/s
Collecting xlsxwriter
Downloading https://files.pythonhosted.org/packages/25/88/a38f35b00ce4dd166a20e1a0a25e438e19e332e680df52af4aeac0df0f03/XlsxWriter-1.2.2-py2.py3-none-any.whl (140kB)
|ββββββββββββββββββββββββββββββββ| 143kB 22.4MB/s
Collecting xlwt
Downloading https://files.pythonhosted.org/packages/44/48/def306413b25c3d01753603b1a222a011b8621aed27cd7f89cbc27e6b0f4/xlwt-1.3.0-py2.py3-none-any.whl (99kB)
|ββββββββββββββββββββββββββββββββ| 102kB 1.9MB/s
Collecting odfpy
Downloading https://files.pythonhosted.org/packages/85/7d/8f6d1f2a4683be362b101c00232b4c3839e4e4a90e0945d8d43ec6aa671d/odfpy-1.4.0.tar.gz (715kB)
|ββββββββββββββββββββββββββββββββ| 716kB 7.5MB/s
Collecting pyreadstat
Downloading https://files.pythonhosted.org/packages/34/d3/5a753cd712228c3652b279b873d4ebc4f71f034b5d4dc68e2d5f2e9738a5/pyreadstat-0.2.9-cp37-cp37m-manylinux1_x86_64.whl (1.9MB)
|ββββββββββββββββββββββββββββββββ| 1.9MB 9.7MB/s
Collecting six>=1.5
Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Collecting attrs>=18.1.0
Downloading https://files.pythonhosted.org/packages/a2/db/4313ab3be961f7a763066401fb77f7748373b6094076ae2bda2806988af6/attrs-19.3.0-py2.py3-none-any.whl
Collecting click>=6.5
Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB)
|ββββββββββββββββββββββββββββββββ| 81kB 1.0MB/s
Collecting toml>=0.9.4
Downloading https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl
Collecting appdirs
Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
Collecting mccabe<0.7.0,>=0.6.0
Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting entrypoints<0.4.0,>=0.3.0
Downloading https://files.pythonhosted.org/packages/ac/c6/44694103f8c221443ee6b0041f69e2740d89a25641e62fb4f2ee568f2f9c/entrypoints-0.3-py2.py3-none-any.whl
Collecting pyflakes<2.2.0,>=2.1.0
Downloading https://files.pythonhosted.org/packages/84/f2/ed0ffb887f8138a8fe5a621b8c0bb9598bfb3989e029f6c6a85ee66628ee/pyflakes-2.1.1-py2.py3-none-any.whl (59kB)
|ββββββββββββββββββββββββββββββββ| 61kB 833kB/s
Collecting importlib-metadata; python_version < "3.8"
Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
Collecting typing-extensions>=3.7.4
Downloading https://files.pythonhosted.org/packages/03/92/705fe8aca27678e01bbdd7738173b8e7df0088a2202c80352f664630d638/typing_extensions-3.7.4.1-py3-none-any.whl
Collecting typed-ast<1.5.0,>=1.4.0
Downloading https://files.pythonhosted.org/packages/fb/56/dd4e168a0009da85c78c6cfe91f5b2df2c7bbed60f3ba778c4a71289e6fb/typed_ast-1.4.0-cp37-cp37m-manylinux1_x86_64.whl (736kB)
|ββββββββββββββββββββββββββββββββ| 737kB 14.7MB/s
Collecting mypy-extensions<0.5.0,>=0.4.0
Downloading https://files.pythonhosted.org/packages/5c/eb/975c7c080f3223a5cdaff09612f3a5221e4ba534f7039db34c35d95fa6a5/mypy_extensions-0.4.3-py2.py3-none-any.whl
Collecting gitdb2>=2.0.0
Downloading https://files.pythonhosted.org/packages/03/6c/99296f89bad2ef85626e1df9f677acbee8885bb043ad82ad3ed4746d2325/gitdb2-2.0.6-py2.py3-none-any.whl (63kB)
|ββββββββββββββββββββββββββββββββ| 71kB 841kB/s
Collecting alabaster<0.8,>=0.7
Downloading https://files.pythonhosted.org/packages/10/ad/00b090d23a222943eb0eda509720a404f531a439e803f6538f35136cae9e/alabaster-0.7.12-py2.py3-none-any.whl
Collecting sphinxcontrib-qthelp
Downloading https://files.pythonhosted.org/packages/ce/5b/4747c3ba98b3a3e21a66faa183d8f79b9ded70e74212a7988d236a6eb78a/sphinxcontrib_qthelp-1.0.2-py2.py3-none-any.whl (90kB)
|ββββββββββββββββββββββββββββββββ| 92kB 1.6MB/s
Requirement already satisfied: setuptools in /home/bummy/Documents/Github/Community/Python/Venvs/venv-pandas/lib/python3.7/site-packages (from sphinx->-r requirements-dev.txt (line 15)) (41.6.0)
Collecting snowballstemmer>=1.1
Downloading https://files.pythonhosted.org/packages/7d/4b/cdf1113a0e88b641893b814e9c36f69a6fda28cd88b62c7f0d858cde3166/snowballstemmer-2.0.0-py2.py3-none-any.whl (97kB)
|ββββββββββββββββββββββββββββββββ| 102kB 1.9MB/s
Collecting packaging
Downloading https://files.pythonhosted.org/packages/cf/94/9672c2d4b126e74c4496c6b3c58a8b51d6419267be9e70660ba23374c875/packaging-19.2-py2.py3-none-any.whl
Collecting sphinxcontrib-htmlhelp
Downloading https://files.pythonhosted.org/packages/e4/35/80a67cc493f4a8a9634ab203a77aaa1b84d79ccb1c02eca72cb084d2c7f7/sphinxcontrib_htmlhelp-1.0.2-py2.py3-none-any.whl (96kB)
|ββββββββββββββββββββββββββββββββ| 102kB 1.1MB/s
Collecting imagesize
Downloading https://files.pythonhosted.org/packages/fc/b6/aef66b4c52a6ad6ac18cf6ebc5731ed06d8c9ae4d3b2d9951f261150be67/imagesize-1.1.0-py2.py3-none-any.whl
Collecting sphinxcontrib-devhelp
Downloading https://files.pythonhosted.org/packages/b0/a3/fea98741f0b2f2902fbf6c35c8e91b22cd0dd13387291e81d457f9a93066/sphinxcontrib_devhelp-1.0.1-py2.py3-none-any.whl (84kB)
|ββββββββββββββββββββββββββββββββ| 92kB 1.6MB/s
Collecting docutils>=0.12
Downloading https://files.pythonhosted.org/packages/22/cd/a6aa959dca619918ccb55023b4cb151949c64d4d5d55b3f4ffd7eee0c6e8/docutils-0.15.2-py3-none-any.whl (547kB)
|ββββββββββββββββββββββββββββββββ| 552kB 12.1MB/s
Collecting babel!=2.0,>=1.3
Downloading https://files.pythonhosted.org/packages/2c/60/f2af68eb046c5de5b1fe6dd4743bf42c074f7141fe7b2737d3061533b093/Babel-2.7.0-py2.py3-none-any.whl (8.4MB)
|ββββββββββββββββββββββββββββββββ| 8.4MB 630kB/s
Collecting Pygments>=2.0
Downloading https://files.pythonhosted.org/packages/5c/73/1dfa428150e3ccb0fa3e68db406e5be48698f2a979ccbcec795f28f44048/Pygments-2.4.2-py2.py3-none-any.whl (883kB)
|ββββββββββββββββββββββββββββββββ| 890kB 10.4MB/s
Collecting sphinxcontrib-serializinghtml
Downloading https://files.pythonhosted.org/packages/57/b3/3648e48fa5682e61e9839d62de4e23af1795ceb738d68d73bd974257a95c/sphinxcontrib_serializinghtml-1.1.3-py2.py3-none-any.whl (89kB)
|ββββββββββββββββββββββββββββββββ| 92kB 1.1MB/s
Collecting sphinxcontrib-applehelp
Downloading https://files.pythonhosted.org/packages/13/9a/4428b3114d654cb1cd34d90d5e6fab938d5436f94a571155187ea1dd78b4/sphinxcontrib_applehelp-1.0.1-py2.py3-none-any.whl (121kB)
|ββββββββββββββββββββββββββββββββ| 122kB 8.9MB/s
Collecting sphinxcontrib-jsmath
Downloading https://files.pythonhosted.org/packages/c2/42/4c8646762ee83602e3fb3fbe774c2fac12f317deb0b5dbeeedd2d3ba4b77/sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl
Collecting jupyter-core
Downloading https://files.pythonhosted.org/packages/fb/82/86437f661875e30682e99d04c13ba6c216f86f5f6ca6ef212d3ee8b6ca11/jupyter_core-4.6.1-py2.py3-none-any.whl (82kB)
|ββββββββββββββββββββββββββββββββ| 92kB 1.2MB/s
Collecting defusedxml
Downloading https://files.pythonhosted.org/packages/06/74/9b387472866358ebc08732de3da6dc48e44b0aacd2ddaa5cb85ab7e986a2/defusedxml-0.6.0-py2.py3-none-any.whl
Collecting bleach
Downloading https://files.pythonhosted.org/packages/ab/05/27e1466475e816d3001efb6e0a85a819be17411420494a1e602c36f8299d/bleach-3.1.0-py2.py3-none-any.whl (157kB)
|ββββββββββββββββββββββββββββββββ| 163kB 16.4MB/s
Collecting testpath
Downloading https://files.pythonhosted.org/packages/1b/9e/1a170feaa54f22aeb5a5d16c9015e82234275a3c8ab630b552493f9cb8a9/testpath-0.4.4-py2.py3-none-any.whl (163kB)
|ββββββββββββββββββββββββββββββββ| 174kB 18.1MB/s
Collecting mistune<2,>=0.8.1
Downloading https://files.pythonhosted.org/packages/09/ec/4b43dae793655b7d8a25f76119624350b4d65eb663459eb9603d7f1f0345/mistune-0.8.4-py2.py3-none-any.whl
Collecting traitlets>=4.2
Downloading https://files.pythonhosted.org/packages/ca/ab/872a23e29cec3cf2594af7e857f18b687ad21039c1f9b922fac5b9b142d5/traitlets-4.3.3-py2.py3-none-any.whl (75kB)
|ββββββββββββββββββββββββββββββββ| 81kB 1.1MB/s
Collecting pandocfilters>=1.4.1
Downloading https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz
Collecting ply
Downloading https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl (49kB)
|ββββββββββββββββββββββββββββββββ| 51kB 508kB/s
Collecting locket
Downloading https://files.pythonhosted.org/packages/d0/22/3c0f97614e0be8386542facb3a7dcfc2584f7b83608c02333bced641281c/locket-0.2.0.tar.gz
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
Downloading https://files.pythonhosted.org/packages/e0/da/55f51ea951e1b7c63a579c09dd7db825bb730ec1fe9c0180fc77bfb31448/urllib3-1.25.6-py2.py3-none-any.whl (125kB)
|ββββββββββββββββββββββββββββββββ| 133kB 9.6MB/s
Collecting chardet<3.1.0,>=3.0.2
Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
|ββββββββββββββββββββββββββββββββ| 143kB 11.9MB/s
Collecting certifi>=2017.4.17
Downloading https://files.pythonhosted.org/packages/18/b0/8146a4f8dd402f60744fa380bc73ca47303cccf8b9190fd16a827281eac2/certifi-2019.9.11-py2.py3-none-any.whl (154kB)
|ββββββββββββββββββββββββββββββββ| 163kB 18.8MB/s
Collecting idna<2.9,>=2.5
Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
|ββββββββββββββββββββββββββββββββ| 61kB 891kB/s
Collecting s3transfer<0.3.0,>=0.2.0
Downloading https://files.pythonhosted.org/packages/16/8a/1fc3dba0c4923c2a76e1ff0d52b305c44606da63f718d14d3231e21c51b0/s3transfer-0.2.1-py2.py3-none-any.whl (70kB)
|ββββββββββββββββββββββββββββββββ| 71kB 1.5MB/s
Collecting jmespath<1.0.0,>=0.7.1
Downloading https://files.pythonhosted.org/packages/83/94/7179c3832a6d45b266ddb2aac329e101367fbdb11f425f13771d27f225bb/jmespath-0.9.4-py2.py3-none-any.whl
Collecting boto>=2.36.0
Downloading https://files.pythonhosted.org/packages/23/10/c0b78c27298029e4454a472a1919bde20cb182dab1662cec7f2ca1dcc523/boto-2.49.0-py2.py3-none-any.whl (1.4MB)
|ββββββββββββββββββββββββββββββββ| 1.4MB 11.7MB/s
Collecting cryptography>=2.3.0
Downloading https://files.pythonhosted.org/packages/ca/9a/7cece52c46546e214e10811b36b2da52ce1ea7fa203203a629b8dfadad53/cryptography-2.8-cp34-abi3-manylinux2010_x86_64.whl (2.3MB)
|ββββββββββββββββββββββββββββββββ| 2.3MB 813kB/s
Collecting datetime
Downloading https://files.pythonhosted.org/packages/73/22/a5297f3a1f92468cc737f8ce7ba6e5f245fcfafeae810ba37bd1039ea01c/DateTime-4.3-py2.py3-none-any.whl (60kB)
|ββββββββββββββββββββββββββββββββ| 61kB 763kB/s
Collecting xmltodict
Downloading https://files.pythonhosted.org/packages/28/fd/30d5c1d3ac29ce229f6bdc40bbc20b28f716e8b363140c26eff19122d8a5/xmltodict-0.12.0-py2.py3-none-any.whl
Collecting werkzeug
Downloading https://files.pythonhosted.org/packages/ce/42/3aeda98f96e85fd26180534d36570e4d18108d62ae36f87694b476b83d6f/Werkzeug-0.16.0-py2.py3-none-any.whl (327kB)
|ββββββββββββββββββββββββββββββββ| 327kB 18.0MB/s
Collecting python-jose<4.0.0
Downloading https://files.pythonhosted.org/packages/96/da/c0dcc5e7a98a53440b8db3cf9771345fa696754f79e8734ea59123f7d734/python_jose-3.0.1-py2.py3-none-any.whl
Collecting mock
Downloading https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl
Collecting docker>=2.5.1
Downloading https://files.pythonhosted.org/packages/cc/ca/699d4754a932787ef353a157ada74efd1ceb6d1fc0bfb7989ae1e7b33111/docker-4.1.0-py2.py3-none-any.whl (139kB)
|ββββββββββββββββββββββββββββββββ| 143kB 9.3MB/s
Collecting jsondiff==1.1.2
Downloading https://files.pythonhosted.org/packages/33/0c/ddb17571e061c655871ccbf76cdada55a31569327d21517de779d4887241/jsondiff-1.1.2.tar.gz
Collecting aws-xray-sdk!=0.96,>=0.93
Downloading https://files.pythonhosted.org/packages/58/f2/79f7918f4ddeec525742ddd4607abe4a82a29a6bc4c7e297995f59a18965/aws_xray_sdk-2.4.2-py2.py3-none-any.whl (87kB)
|ββββββββββββββββββββββββββββββββ| 92kB 1.7MB/s
Collecting responses>=0.9.0
Downloading https://files.pythonhosted.org/packages/d1/5a/b887e89925f1de7890ef298a74438371ed4ed29b33def9e6d02dc6036fd8/responses-0.10.6-py2.py3-none-any.whl
Collecting cfn-lint
Downloading https://files.pythonhosted.org/packages/2e/a1/f91e9d2a8ada3d3902a506798f611b55967f087f71d3d500df3f29110507/cfn_lint-0.24.8-py3-none-any.whl (2.9MB)
|ββββββββββββββββββββββββββββββββ| 2.9MB 583kB/s
Collecting sshpubkeys<4.0,>=3.1.0
Downloading https://files.pythonhosted.org/packages/08/96/b5308537f88df326939006a8331a2edc528f25d920c49dbd9fc2c53c4e68/sshpubkeys-3.1.0-py2.py3-none-any.whl
Collecting wcwidth
Downloading https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting py>=1.5.0
Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
|ββββββββββββββββββββββββββββββββ| 92kB 1.3MB/s
Collecting atomicwrites>=1.0
Downloading https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl
Collecting more-itertools>=4.0.0
Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
|ββββββββββββββββββββββββββββββββ| 61kB 783kB/s
Collecting pluggy<1.0,>=0.12
Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
Collecting coverage>=4.4
Downloading https://files.pythonhosted.org/packages/82/8f/a2a687fa00059360858023c5cb74e94b8afaf318726e9a256934066a9d90/coverage-4.5.4-cp37-cp37m-manylinux1_x86_64.whl (205kB)
|ββββββββββββββββββββββββββββββββ| 215kB 9.2MB/s
Collecting execnet>=1.1
Downloading https://files.pythonhosted.org/packages/d3/2e/c63af07fa471e0a02d05793c7a56a9f7d274a8489442a5dc4fb3b2b3c705/execnet-1.7.1-py2.py3-none-any.whl
Collecting pytest-forked
Downloading https://files.pythonhosted.org/packages/03/1e/81235e1fcfed57a4e679d34794d60c01a1e9a29ef5b9844d797716111d80/pytest_forked-1.1.3-py2.py3-none-any.whl
Collecting pandas>=0.15.2
Downloading https://files.pythonhosted.org/packages/63/e0/a1b39cdcb2c391f087a1538bc8a6d62a82d0439693192aef541d7b123769/pandas-0.25.3-cp37-cp37m-manylinux1_x86_64.whl (10.4MB)
|ββββββββββββββββββββββββββββββββ| 10.4MB 2.4MB/s
Collecting patsy>=0.4.0
Downloading https://files.pythonhosted.org/packages/ea/0c/5f61f1a3d4385d6bf83b83ea495068857ff8dfb89e74824c6e9eb63286d8/patsy-0.5.1-py2.py3-none-any.whl (231kB)
|ββββββββββββββββββββββββββββββββ| 235kB 9.9MB/s
Collecting widgetsnbextension~=3.5.0
Downloading https://files.pythonhosted.org/packages/6c/7b/7ac231c20d2d33c445eaacf8a433f4e22c60677eb9776c7c5262d7ddee2d/widgetsnbextension-3.5.1-py2.py3-none-any.whl (2.2MB)
|ββββββββββββββββββββββββββββββββ| 2.2MB 712kB/s
Collecting ipython-genutils
Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting jsonschema!=2.5.0,>=2.4
Downloading https://files.pythonhosted.org/packages/ce/6c/888d7c3c1fce3974c88a01a6bc553528c99d3586e098eee23e8383dd11c3/jsonschema-3.1.1-py2.py3-none-any.whl (56kB)
|ββββββββββββββββββββββββββββββββ| 61kB 1.2MB/s
Collecting pyzmq>=17
Downloading https://files.pythonhosted.org/packages/c7/6a/307e4a576787c7df1df6ebf56754c3fc8defcafa1a09ee22e9b961a390be/pyzmq-18.1.0-cp37-cp37m-manylinux1_x86_64.whl (1.1MB)
|ββββββββββββββββββββββββββββββββ| 1.1MB 7.3MB/s
Collecting Send2Trash
Downloading https://files.pythonhosted.org/packages/49/46/c3dc27481d1cc57b9385aff41c474ceb7714f7935b1247194adae45db714/Send2Trash-1.5.0-py3-none-any.whl
Collecting tornado>=5.0
Downloading https://files.pythonhosted.org/packages/30/78/2d2823598496127b21423baffaa186b668f73cd91887fcef78b6eade136b/tornado-6.0.3.tar.gz (482kB)
|ββββββββββββββββββββββββββββββββ| 491kB 6.9MB/s
Collecting jupyter-client>=5.3.4
Downloading https://files.pythonhosted.org/packages/13/81/fe0eee1bcf949851a120254b1f530ae1e01bdde2d3ab9710c6ff81525061/jupyter_client-5.3.4-py2.py3-none-any.whl (92kB)
|ββββββββββββββββββββββββββββββββ| 92kB 1.9MB/s
Collecting prometheus-client
Downloading https://files.pythonhosted.org/packages/b3/23/41a5a24b502d35a4ad50a5bb7202a5e1d9a0364d0c12f56db3dbf7aca76d/prometheus_client-0.7.1.tar.gz
Collecting terminado>=0.8.1
Downloading https://files.pythonhosted.org/packages/a7/56/80ea7fa66565fa75ae21ce0c16bc90067530e5d15e48854afcc86585a391/terminado-0.8.2-py2.py3-none-any.whl
Collecting pickleshare
Downloading https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl
Collecting prompt-toolkit<2.1.0,>=2.0.0
Downloading https://files.pythonhosted.org/packages/87/61/2dfea88583d5454e3a64f9308a686071d58d59a55db638268a6413e1eb6d/prompt_toolkit-2.0.10-py3-none-any.whl (340kB)
|ββββββββββββββββββββββββββββββββ| 348kB 13.1MB/s
Collecting backcall
Downloading https://files.pythonhosted.org/packages/84/71/c8ca4f5bb1e08401b916c68003acf0a0655df935d74d93bf3f3364b310e0/backcall-0.1.0.tar.gz
Collecting jedi>=0.10
Downloading https://files.pythonhosted.org/packages/55/54/da994f359e4e7da4776a200e76dbc85ba5fc319eefc22e33d55296d95a1d/jedi-0.15.1-py2.py3-none-any.whl (1.0MB)
|ββββββββββββββββββββββββββββββββ| 1.0MB 12.6MB/s
Collecting pexpect; sys_platform != "win32"
Downloading https://files.pythonhosted.org/packages/0e/3e/377007e3f36ec42f1b84ec322ee12141a9e10d808312e5738f52f80a232c/pexpect-4.7.0-py2.py3-none-any.whl (58kB)
|ββββββββββββββββββββββββββββββββ| 61kB 1.2MB/s
Collecting decorator
Downloading https://files.pythonhosted.org/packages/8f/b7/f329cfdc75f3d28d12c65980e4469e2fa373f1953f5df6e370e84ea2e875/decorator-4.4.1-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23
Downloading https://files.pythonhosted.org/packages/98/7b/ff284bd8c80654e471b769062a9b43cc5d03e7a615048d96f4619df8d420/MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl
Collecting kiwisolver>=1.0.1
Downloading https://files.pythonhosted.org/packages/93/f8/518fb0bb89860eea6ff1b96483fbd9236d5ee991485d0f3eceff1770f654/kiwisolver-1.1.0-cp37-cp37m-manylinux1_x86_64.whl (90kB)
|ββββββββββββββββββββββββββββββββ| 92kB 1.7MB/s
Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1
Downloading https://files.pythonhosted.org/packages/f3/3e/71a8ae0368838ef328ba4470cb73813df77ba1ede0edb758fe01a6b39d2b/pyparsing-2.4.3-py2.py3-none-any.whl (67kB)
|ββββββββββββββββββββββββββββββββ| 71kB 1.3MB/s
Collecting cycler>=0.10
Downloading https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
Collecting soupsieve>=1.2
Downloading https://files.pythonhosted.org/packages/81/94/03c0f04471fc245d08d0a99f7946ac228ca98da4fa75796c507f61e688c2/soupsieve-1.9.5-py2.py3-none-any.whl
Collecting numba>=0.28
Downloading https://files.pythonhosted.org/packages/57/66/7ebc88e87b4ddf9b1c204e24d467cb0d13a7a890ecb4f83d20949f768929/numba-0.46.0-cp37-cp37m-manylinux1_x86_64.whl (3.6MB)
|ββββββββββββββββββββββββββββββββ| 3.6MB 797kB/s
Collecting thrift>=0.11.0
Downloading https://files.pythonhosted.org/packages/c6/b4/510617906f8e0c5660e7d96fbc5585113f83ad547a3989b80297ac72a74c/thrift-0.11.0.tar.gz (52kB)
|ββββββββββββββββββββββββββββββββ| 61kB 1.1MB/s
Collecting webencodings
Downloading https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl
Collecting jdcal
Downloading https://files.pythonhosted.org/packages/f0/da/572cbc0bc582390480bbd7c4e93d14dc46079778ed915b505dc494b37c57/jdcal-1.4.1-py2.py3-none-any.whl
Collecting et_xmlfile
Downloading https://files.pythonhosted.org/packages/22/28/a99c42aea746e18382ad9fb36f64c1c1f04216f41797f2f0fa567da11388/et_xmlfile-1.0.1.tar.gz
Collecting PyQt5_sip<13,>=4.19.19
Downloading https://files.pythonhosted.org/packages/fb/93/5b0b61b461a7772a7c5c08d8f49b75e3abab3dfc84318b55e24e194c1274/PyQt5_sip-12.7.0-cp37-cp37m-manylinux1_x86_64.whl (261kB)
|ββββββββββββββββββββββββββββββββ| 266kB 8.3MB/s
Collecting zipp>=0.5
Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
Collecting smmap2>=2.0.0
Downloading https://files.pythonhosted.org/packages/55/d2/866d45e3a121ee15a1dc013824d58072fd5c7799c9c34d01378eb262ca8f/smmap2-2.0.5-py2.py3-none-any.whl
Collecting cffi!=1.11.3,>=1.8
Downloading https://files.pythonhosted.org/packages/16/cd/1f4ddf6be8300713c676bb9f3a2d3b8eb8accc0a6a24f57d4f6c4cd59d34/cffi-1.13.2-cp37-cp37m-manylinux1_x86_64.whl (398kB)
|ββββββββββββββββββββββββββββββββ| 399kB 13.7MB/s
Collecting zope.interface
Downloading https://files.pythonhosted.org/packages/3a/b5/5cbafbe09bbfc242503b0cd9bcf9dee32458b3ca166f6a63cb7b4f465b60/zope.interface-4.6.0-cp37-cp37m-manylinux1_x86_64.whl (167kB)
|ββββββββββββββββββββββββββββββββ| 174kB 12.8MB/s
Collecting future<1.0
Downloading https://files.pythonhosted.org/packages/45/0b/38b06fd9b92dc2b68d58b75f900e97884c45bedd2ff83203d933cf5851c9/future-0.18.2.tar.gz (829kB)
|ββββββββββββββββββββββββββββββββ| 829kB 8.1MB/s
Collecting ecdsa<1.0
Downloading https://files.pythonhosted.org/packages/a6/81/2b170b460c84fdc8700cf08aa077ac6a9ff41f4ad3f05d0b3a64ba9f8f2e/ecdsa-0.13.3-py2.py3-none-any.whl (52kB)
|ββββββββββββββββββββββββββββββββ| 61kB 1.2MB/s
Collecting rsa
Downloading https://files.pythonhosted.org/packages/02/e5/38518af393f7c214357079ce67a317307936896e961e35450b70fad2a9cf/rsa-4.0-py2.py3-none-any.whl
Collecting websocket-client>=0.32.0
Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB)
|ββββββββββββββββββββββββββββββββ| 204kB 13.8MB/s
Collecting jsonpickle
Downloading https://files.pythonhosted.org/packages/07/07/c157520a3ebd166c8c24c6ae0ecae7c3968eb4653ff0e5af369bb82f004d/jsonpickle-1.2-py2.py3-none-any.whl
Collecting wrapt
Downloading https://files.pythonhosted.org/packages/23/84/323c2415280bc4fc880ac5050dddfb3c8062c2552b34c2e512eb4aa68f79/wrapt-1.11.2.tar.gz
Collecting jsonpatch
Downloading https://files.pythonhosted.org/packages/86/7e/035d19a73306278673039f0805b863be8798057cc1b4008b9c8c7d1d32a3/jsonpatch-1.24-py2.py3-none-any.whl
Collecting aws-sam-translator>=1.15.1
Downloading https://files.pythonhosted.org/packages/1c/1e/134c579a98d070cb8d5801c317fb0f21018629e7fa0b8de82a408e61d1c7/aws-sam-translator-1.15.1.tar.gz (110kB)
|ββββββββββββββββββββββββββββββββ| 112kB 7.8MB/s
Collecting apipkg>=1.4
Downloading https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl
Collecting pyrsistent>=0.14.0
Downloading https://files.pythonhosted.org/packages/30/86/53a88c0a57698fa228db29a4000c28f4124823010388cb7042fe6e2be8dd/pyrsistent-0.15.5.tar.gz (107kB)
|ββββββββββββββββββββββββββββββββ| 112kB 5.9MB/s
Collecting ptyprocess; os_name != "nt"
Downloading https://files.pythonhosted.org/packages/d1/29/605c2cc68a9992d18dada28206eeada56ea4bd07a239669da41674648b6f/ptyprocess-0.6.0-py2.py3-none-any.whl
Collecting parso>=0.5.0
Downloading https://files.pythonhosted.org/packages/a3/bd/bf4e5bd01d79906e5b945a7af033154da49fd2b0d5b5c705a21330323305/parso-0.5.1-py2.py3-none-any.whl (95kB)
|ββββββββββββββββββββββββββββββββ| 102kB 1.8MB/s
Collecting llvmlite>=0.30.0dev0
Downloading https://files.pythonhosted.org/packages/1f/3e/642ffb29ed35ca5e93f171ba327452bdee81ec76f2d711ef0f15b411928a/llvmlite-0.30.0-cp37-cp37m-manylinux1_x86_64.whl (20.2MB)
|ββββββββββββββββββββββββββββββββ| 20.2MB 9.6MB/s
Collecting pycparser
Downloading https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz (158kB)
|ββββββββββββββββββββββββββββββββ| 163kB 9.4MB/s
Collecting pyasn1>=0.1.3
Downloading https://files.pythonhosted.org/packages/a1/71/8f0d444e3a74e5640a3d5d967c1c6b015da9c655f35b2d308a55d907a517/pyasn1-0.4.7-py2.py3-none-any.whl (76kB)
|ββββββββββββββββββββββββββββββββ| 81kB 1.7MB/s
Collecting jsonpointer>=1.9
Downloading https://files.pythonhosted.org/packages/18/b0/a80d29577c08eea401659254dfaed87f1af45272899e1812d7e01b679bc5/jsonpointer-2.0-py2.py3-none-any.whl
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.
Installing collected packages: numpy, six, python-dateutil, pytz, asv, cython, attrs, click, toml, appdirs, black, cpplint, mccabe, entrypoints, pycodestyle, pyflakes, flake8, more-itertools, zipp, importlib-metadata, flake8-comprehensions, flake8-rst, isort, typing-extensions, typed-ast, mypy-extensions, mypy, smmap2, gitdb2, gitpython, alabaster, sphinxcontrib-qthelp, snowballstemmer, pyparsing, packaging, sphinxcontrib-htmlhelp, imagesize, sphinxcontrib-devhelp, MarkupSafe, jinja2, docutils, babel, urllib3, chardet, certifi, idna, requests, Pygments, sphinxcontrib-serializinghtml, sphinxcontrib-applehelp, sphinxcontrib-jsmath, sphinx, numpydoc, decorator, ipython-genutils, traitlets, jupyter-core, defusedxml, webencodings, bleach, testpath, mistune, pyrsistent, jsonschema, nbformat, pandocfilters, nbconvert, nbsphinx, ply, pandoc, dask, toolz, fsspec, locket, partd, cloudpickle, markdown, feedparser, pyyaml, jmespath, botocore, s3transfer, boto3, hypothesis, boto, pycparser, cffi, cryptography, zope.interface, datetime, xmltodict, werkzeug, future, ecdsa, pyasn1, rsa, python-jose, mock, websocket-client, docker, jsondiff, jsonpickle, wrapt, aws-xray-sdk, responses, jsonpointer, jsonpatch, aws-sam-translator, cfn-lint, sshpubkeys, moto, wcwidth, py, atomicwrites, pluggy, pytest, coverage, pytest-cov, pytest-mock, apipkg, execnet, pytest-forked, pytest-xdist, scipy, kiwisolver, cycler, matplotlib, pandas, seaborn, patsy, statsmodels, pickleshare, prompt-toolkit, backcall, parso, jedi, ptyprocess, pexpect, ipython, pyzmq, Send2Trash, tornado, jupyter-client, ipykernel, prometheus-client, terminado, notebook, widgetsnbextension, ipywidgets, blosc, bottleneck, numexpr, soupsieve, beautifulsoup4, llvmlite, numba, thrift, fastparquet, html5lib, lxml, jdcal, et-xmlfile, openpyxl, pyarrow, PyQt5-sip, pyqt5, tables, python-snappy, s3fs, sqlalchemy, xarray, xlrd, xlsxwriter, xlwt, odfpy, pyreadstat, pandas-sphinx-theme
Running setup.py install for asv ... done
Running setup.py install for numpydoc ... done
Running setup.py install for pyrsistent ... done
Running setup.py install for pandocfilters ... done
Running setup.py install for pandoc ... done
Running setup.py install for toolz ... done
Running setup.py install for fsspec ... done
Running setup.py install for locket ... done
Running setup.py install for feedparser ... done
Running setup.py install for pyyaml ... done
Running setup.py install for pycparser ... done
Running setup.py install for future ... done
Running setup.py install for jsondiff ... done
Running setup.py install for wrapt ... done
Running setup.py install for aws-sam-translator ... done
Running setup.py install for moto ... done
Running setup.py install for backcall ... done
Running setup.py install for tornado ... done
Running setup.py install for prometheus-client ... done
Running setup.py install for blosc ... done
Running setup.py install for bottleneck ... done
Running setup.py install for thrift ... done
Running setup.py install for fastparquet ... done
Running setup.py install for et-xmlfile ... done
Running setup.py install for openpyxl ... done
Running setup.py install for python-snappy ... done
Running setup.py install for s3fs ... done
Running setup.py install for sqlalchemy ... done
Running setup.py install for odfpy ... done
Running setup.py install for pandas-sphinx-theme ... done
Successfully installed MarkupSafe-1.1.1 PyQt5-sip-12.7.0 Pygments-2.4.2 Send2Trash-1.5.0 alabaster-0.7.12 apipkg-1.5 appdirs-1.4.3 asv-0.4.1 atomicwrites-1.3.0 attrs-19.3.0 aws-sam-translator-1.15.1 aws-xray-sdk-2.4.2 babel-2.7.0 backcall-0.1.0 beautifulsoup4-4.8.1 black-19.3b0 bleach-3.1.0 blosc-1.8.1 boto-2.49.0 boto3-1.10.9 botocore-1.13.9 bottleneck-1.2.1 certifi-2019.9.11 cffi-1.13.2 cfn-lint-0.24.8 chardet-3.0.4 click-7.0 cloudpickle-1.2.2 coverage-4.5.4 cpplint-1.4.4 cryptography-2.8 cycler-0.10.0 cython-0.29.14 dask-2.6.0 datetime-4.3 decorator-4.4.1 defusedxml-0.6.0 docker-4.1.0 docutils-0.15.2 ecdsa-0.13.3 entrypoints-0.3 et-xmlfile-1.0.1 execnet-1.7.1 fastparquet-0.3.2 feedparser-5.2.1 flake8-3.7.9 flake8-comprehensions-3.0.1 flake8-rst-0.7.0 fsspec-0.5.2 future-0.18.2 gitdb2-2.0.6 gitpython-3.0.4 html5lib-1.0.1 hypothesis-4.43.3 idna-2.8 imagesize-1.1.0 importlib-metadata-0.23 ipykernel-5.1.3 ipython-7.9.0 ipython-genutils-0.2.0 ipywidgets-7.5.1 isort-4.3.21 jdcal-1.4.1 jedi-0.15.1 jinja2-2.10.3 jmespath-0.9.4 jsondiff-1.1.2 jsonpatch-1.24 jsonpickle-1.2 jsonpointer-2.0 jsonschema-3.1.1 jupyter-client-5.3.4 jupyter-core-4.6.1 kiwisolver-1.1.0 llvmlite-0.30.0 locket-0.2.0 lxml-4.4.1 markdown-3.1.1 matplotlib-3.1.1 mccabe-0.6.1 mistune-0.8.4 mock-3.0.5 more-itertools-7.2.0 moto-1.3.13 mypy-0.740 mypy-extensions-0.4.3 nbconvert-5.6.1 nbformat-4.4.0 nbsphinx-0.4.3 notebook-6.0.2 numba-0.46.0 numexpr-2.7.0 numpy-1.17.3 numpydoc-0.9.1 odfpy-1.4.0 openpyxl-3.0.0 packaging-19.2 pandas-0.25.3 pandas-sphinx-theme-0.0.1.dev0 pandoc-1.0.2 pandocfilters-1.4.2 parso-0.5.1 partd-1.0.0 patsy-0.5.1 pexpect-4.7.0 pickleshare-0.7.5 pluggy-0.13.0 ply-3.11 prometheus-client-0.7.1 prompt-toolkit-2.0.10 ptyprocess-0.6.0 py-1.8.0 pyarrow-0.15.1 pyasn1-0.4.7 pycodestyle-2.5.0 pycparser-2.19 pyflakes-2.1.1 pyparsing-2.4.3 pyqt5-5.13.2 pyreadstat-0.2.9 pyrsistent-0.15.5 pytest-5.2.2 pytest-cov-2.8.1 pytest-forked-1.1.3 pytest-mock-1.11.2 pytest-xdist-1.30.0 python-dateutil-2.8.1 python-jose-3.0.1 python-snappy-0.5.4 pytz-2019.3 pyyaml-5.1.2 pyzmq-18.1.0 requests-2.22.0 responses-0.10.6 rsa-4.0 s3fs-0.3.5 s3transfer-0.2.1 scipy-1.3.1 seaborn-0.9.0 six-1.12.0 smmap2-2.0.5 snowballstemmer-2.0.0 soupsieve-1.9.5 sphinx-2.2.1 sphinxcontrib-applehelp-1.0.1 sphinxcontrib-devhelp-1.0.1 sphinxcontrib-htmlhelp-1.0.2 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.2 sphinxcontrib-serializinghtml-1.1.3 sqlalchemy-1.3.10 sshpubkeys-3.1.0 statsmodels-0.10.1 tables-3.6.1 terminado-0.8.2 testpath-0.4.4 thrift-0.11.0 toml-0.10.0 toolz-0.10.0 tornado-6.0.3 traitlets-4.3.3 typed-ast-1.4.0 typing-extensions-3.7.4.1 urllib3-1.25.6 wcwidth-0.1.7 webencodings-0.5.1 websocket-client-0.56.0 werkzeug-0.16.0 widgetsnbextension-3.5.1 wrapt-1.11.2 xarray-0.14.0 xlrd-1.2.0 xlsxwriter-1.2.2 xlwt-1.3.0 xmltodict-0.12.0 zipp-0.6.0 zope.interface-4.6.0
(venv-pandas) [bummy@null pandas-MomIsBestFriend]$
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
dateutil recently released 2.8.1, and it looks like botocore has specifically pinned to <2.8.1. This probably needs to be fixed on their end. In the meantime, you might be able to fix this by specifically installing
pip install python-dateutil<2.8.1
before doing the pip command in the OPclosing as not a pandas issue