Skip to content

Instantly share code, notes, and snippets.

@jonheslop
Created July 26, 2019 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonheslop/e01cd322e761cfaf34f0cb83f86411b0 to your computer and use it in GitHub Desktop.
Save jonheslop/e01cd322e761cfaf34f0cb83f86411b0 to your computer and use it in GitHub Desktop.
Error logs of datasette docker build
Collecting numpy>=1.9.0 (from pandas~=0.23.4->csvs-to-sqlite)
Downloading https://files.pythonhosted.org/packages/87/2d/e4656149cbadd3a8a0369fcd1a9c7d61cc7b87b3903b85389c70c989a696/numpy-1.16.4-cp36-cp36m-manylinux1_x86_64.whl (17.3MB)
Collecting h11==0.8.* (from uvicorn~=0.8.4->datasette)
Downloading https://files.pythonhosted.org/packages/f9/f3/8e4cf5fa1a3d8bda942a0b1cf92f87815494216fd439f82eb99073141ba0/h11-0.8.1-py2.py3-none-any.whl (55kB)
Collecting websockets==7.* (from uvicorn~=0.8.4->datasette)
Downloading https://files.pythonhosted.org/packages/43/71/8bfa882b9c502c36e5c9ef6732969533670d2b039cbf95a82ced8f762b80/websockets-7.0-cp36-cp36m-manylinux1_x86_64.whl (63kB)
Collecting httptools==0.0.13 (from uvicorn~=0.8.4->datasette)
Downloading https://files.pythonhosted.org/packages/1b/03/215969db11abe8741e9c266a4cbe803a372bd86dd35fa0084c4df6d4bd00/httptools-0.0.13.tar.gz (104kB)
Collecting uvloop==0.12.* (from uvicorn~=0.8.4->datasette)
Downloading https://files.pythonhosted.org/packages/e4/d6/ea6a9bdeb3effcd036443182e0967639852c798d78bd77b8394c0f7520ef/uvloop-0.12.2-cp36-cp36m-manylinux1_x86_64.whl (3.5MB)
Collecting importlib-metadata>=0.12 (from pluggy~=0.12.0->datasette)
Downloading https://files.pythonhosted.org/packages/bd/23/dce4879ec58acf3959580bfe769926ed8198727250c5e395e6785c764a02/importlib_metadata-0.18-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from Jinja2~=2.10.1->datasette)
Downloading https://files.pythonhosted.org/packages/b2/5f/23e0023be6bb885d00ffbefad2942bc51a620328ee910f64abe5a8d18dd1/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Collecting zipp>=0.5 (from importlib-metadata>=0.12->pluggy~=0.12.0->datasette)
Downloading https://files.pythonhosted.org/packages/da/bd/1a5fdf15aa44231fd09f63ecf175b60f057ae37ec65b343bb009364923f3/zipp-0.5.2-py2.py3-none-any.whl
Building wheels for collected packages: py-lru-cache, uvicorn, click-default-group, pint, regex, httptools
Building wheel for py-lru-cache (setup.py): started
Building wheel for py-lru-cache (setup.py): finished with status 'done'
Stored in directory: /root/.cache/pip/wheels/53/4e/62/31e6a8f3c75f8acbeeaa959a9f1fe88f4c57bd351938524c9e
Building wheel for uvicorn (setup.py): started
Building wheel for uvicorn (setup.py): finished with status 'done'
Stored in directory: /root/.cache/pip/wheels/9a/1b/b4/6cc5c26708d53830160580d0df4dd7c40929e20f62c1e8bd85
Building wheel for click-default-group (setup.py): started
Building wheel for click-default-group (setup.py): finished with status 'done'
Stored in directory: /root/.cache/pip/wheels/48/78/93/a683360b7b5e8017ca55cee728d84338cc8b4972d1832bae5a
Building wheel for pint (setup.py): started
Building wheel for pint (setup.py): finished with status 'done'
Stored in directory: /root/.cache/pip/wheels/b4/56/36/7c4d6a4e3660e233b95e3b0482551915cb184abca0f93ee1dd
Building wheel for regex (setup.py): started
Building wheel for regex (setup.py): finished with status 'done'
Stored in directory: /root/.cache/pip/wheels/35/e4/80/abf3b33ba89cf65cd262af8a22a5a999cc28fbfabea6b38473
Building wheel for httptools (setup.py): started
Building wheel for httptools (setup.py): finished with status 'done'
Stored in directory: /root/.cache/pip/wheels/e8/3e/2e/013f99b42efc25cf3589730cf380738e46b1e5edaf2f78d525
Successfully built py-lru-cache uvicorn click-default-group pint regex httptools
ERROR: uvicorn 0.8.4 has requirement click==7.*, but you'll have click 6.0 which is incompatible.
ERROR: datasette 0.29.2 has requirement click~=7.0, but you'll have click 6.0 which is incompatible.
Installing collected packages: pytz, tzlocal, regex, six, python-dateutil, dateparser, numpy, pandas, py-lru-cache, click, csvs-to-sqlite, h11, websockets, httptools, uvloop, uvicorn, aiofiles, click-default-group, zipp, importlib-metadata, pluggy, MarkupSafe, Jinja2, hupper, pint, datasette
Successfully installed Jinja2-2.10.1 MarkupSafe-1.1.1 aiofiles-0.4.0 click-6.0 click-default-group-1.2.1 csvs-to-sqlite-0.9.2 datasette-0.29.2 dateparser-0.7.1 h11-0.8.1 httptools-0.0.13 hupper-1.8.1 importlib-metadata-0.18 numpy-1.16.4 pandas-0.23.4 pint-0.8.1 pluggy-0.12.0 py-lru-cache-0.1.4 python-dateutil-2.8.0 pytz-2019.1 regex-2019.6.8 six-1.12.0 tzlocal-2.0.0 uvicorn-0.8.4 uvloop-0.12.2 websockets-7.0 zipp-0.5.2
WARNING: You are using pip version 19.1.1, however version 19.2.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Removing intermediate container 2c13b59b81c5
---> 158cb4628ad0
Step 5/22 : RUN csvs-to-sqlite csvs/results.csv data.db -f "Event" -f "Rider"
---> Running in 6ed16be2d1e4
Loaded 1 dataframes
Created data.db from 1 CSV file
/usr/local/lib/python3.6/site-packages/pandas/core/generic.py:2130: UserWarning: The spaces in these column names will not be changed. In pandas versions < 0.14, spaces were converted to underscores.
dtype=dtype)
Removing intermediate container 6ed16be2d1e4
---> 14e2e10827e5
Step 6/22 : ADD metadata.json metadata.json
---> 38cd65c35f4f
Step 7/22 : RUN datasette inspect data.db --inspect-file inspect-data.json
---> Running in 9fb596b1d028
Traceback (most recent call last):
File "/usr/local/bin/datasette", line 6, in <module>
from datasette.cli import cli
File "/usr/local/lib/python3.6/site-packages/datasette/cli.py", line 2, in <module>
import uvicorn
File "/usr/local/lib/python3.6/site-packages/uvicorn/__init__.py", line 2, in <module>
from uvicorn.main import Server, main, run
File "/usr/local/lib/python3.6/site-packages/uvicorn/main.py", line 224, in <module>
headers: typing.List[str],
File "/usr/local/lib/python3.6/site-packages/click/decorators.py", line 170, in decorator
_param_memo(f, OptionClass(param_decls, **attrs))
File "/usr/local/lib/python3.6/site-packages/click/core.py", line 1430, in __init__
Parameter.__init__(self, param_decls, type=type, **attrs)
TypeError: __init__() got an unexpected keyword argument 'hidden'
The command '/bin/sh -c datasette inspect data.db --inspect-file inspect-data.json' returned a non-zero code: 1
Removing intermediate container 9fb596b1d028
exit code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment