Skip to content

docker build failing #1

@hariravichandran

Description

@hariravichandran

Hey, just tried running your code. The docker build is failing:

[+] Building 129.2s (9/13)
 => [internal] load build definition from Dockerfile                                                               0.0s
 => => transferring dockerfile: 410B                                                                               0.0s
 => [internal] load .dockerignore                                                                                  0.0s
 => => transferring context: 2B                                                                                    0.0s
 => [internal] load metadata for docker.io/library/ubuntu:bionic                                                   1.1s
 => [internal] load build context                                                                                  0.1s
 => => transferring context: 1.75MB                                                                                0.0s
 => [1/9] FROM docker.io/library/ubuntu:bionic@sha256:8aa9c2798215f99544d1ce7439ea9c3a6dfd82de607da1cec3a8a2fae00  2.4s
 => => resolve docker.io/library/ubuntu:bionic@sha256:8aa9c2798215f99544d1ce7439ea9c3a6dfd82de607da1cec3a8a2fae00  0.0s
 => => sha256:0c5227665c11379f79e9da3d3e4f1724f9316b87d259ac0131628ca1b923a392 25.69MB / 25.69MB                   1.3s
 => => sha256:8aa9c2798215f99544d1ce7439ea9c3a6dfd82de607da1cec3a8a2fae005931b 1.33kB / 1.33kB                     0.0s
 => => sha256:0779371f96205678dbcaa3ef499be2e5f262c8b09aadc11754bf3daf9f35e03e 424B / 424B                         0.0s
 => => sha256:3941d3b032a8168d53508410a67baad120a563df67a7959565a30a1cb2114731 2.30kB / 2.30kB                     0.0s
 => => extracting sha256:0c5227665c11379f79e9da3d3e4f1724f9316b87d259ac0131628ca1b923a392                          1.0s
 => [2/9] RUN apt update                                                                                           8.1s
 => [3/9] RUN apt install -y software-properties-common                                                           18.9s
 => [4/9] RUN apt install -y python3.7 python3.7-dev python3-pip zip unzip                                        60.5s
 => ERROR [5/9] RUN pip3 install jupyter numpy pandas matplotlib cufflinks requests                               38.1s
------
 > [5/9] RUN pip3 install jupyter numpy pandas matplotlib cufflinks requests:
#8 1.296 Collecting jupyter
#8 1.740   Downloading https://files.pythonhosted.org/packages/83/df/0f5dd132200728a86190397e1ea87cd76244e42d39ec5e88efd25b2abd7e/jupyter-1.0.0-py2.py3-none-any.whl
#8 1.763 Collecting numpy
#8 2.439   Downloading https://files.pythonhosted.org/packages/45/b2/6c7545bb7a38754d63048c7696804a0d947328125d81bf12beaa692c3ae3/numpy-1.19.5-cp36-cp36m-manylinux1_x86_64.whl (13.4MB)
#8 4.152 Collecting pandas
#8 4.636   Downloading https://files.pythonhosted.org/packages/c3/e2/00cacecafbab071c787019f00ad84ca3185952f6bb9bca9550ed83870d4d/pandas-1.1.5-cp36-cp36m-manylinux1_x86_64.whl (9.5MB)
#8 5.875 Collecting matplotlib
#8 6.404   Downloading https://files.pythonhosted.org/packages/09/03/b7b30fa81cb687d1178e085d0f01111ceaea3bf81f9330c937fb6f6c8ca0/matplotlib-3.3.4-cp36-cp36m-manylinux1_x86_64.whl (11.5MB)
#8 7.944 Collecting cufflinks
#8 8.045   Downloading https://files.pythonhosted.org/packages/1a/18/4d32edaaf31ba4af9745dac676c4a28c48d3fc539000c29e855bd8db3b86/cufflinks-0.17.3.tar.gz (81kB)
#8 8.388 Collecting requests
#8 8.624   Downloading https://files.pythonhosted.org/packages/2d/61/08076519c80041bc0ffa1a8af0cbd3bf3e2b62af10435d269a9d0f40564d/requests-2.27.1-py2.py3-none-any.whl (63kB)
#8 8.691 Collecting jupyter-console (from jupyter)
#8 8.822   Downloading https://files.pythonhosted.org/packages/fc/e9/5d4e1e616f7d7a8a9d7f313ac14bf43d1ea33cae6859eeb761b8cac364c2/jupyter_console-6.4.3-py3-none-any.whl
#8 8.865 Collecting ipywidgets (from jupyter)
#8 9.049   Downloading https://files.pythonhosted.org/packages/e4/b4/b35e08aa1580768121157eb04eba14294715d5de87a5ad8405793e49ab0a/ipywidgets-7.7.3-py2.py3-none-any.whl (123kB)
#8 9.092 Collecting nbconvert (from jupyter)
#8 9.206   Downloading https://files.pythonhosted.org/packages/13/2f/acbe7006548f3914456ee47f97a2033b1b2f3daf921b12ac94105d87c163/nbconvert-6.0.7-py3-none-any.whl (552kB)
#8 9.328 Collecting notebook (from jupyter)
#8 9.481   Downloading https://files.pythonhosted.org/packages/27/b7/7e602dc8b868bba8a542269205237b400be3427d8489b5851de5f7587996/notebook-6.4.10-py3-none-any.whl (9.9MB)
#8 10.83 Collecting qtconsole (from jupyter)
#8 10.94   Downloading https://files.pythonhosted.org/packages/67/17/d12ae86393682eaa65741808aa5207dfe85b8504874d09f1bbd1feebdc2a/qtconsole-5.2.2-py3-none-any.whl (120kB)
#8 10.99 Collecting ipykernel (from jupyter)
#8 11.15   Downloading https://files.pythonhosted.org/packages/e9/ad/9101e0ab5e84dd117462bb3a1379d31728a849b6886458452e3d97dc6bba/ipykernel-5.5.6-py3-none-any.whl (121kB)
#8 11.20 Collecting pytz>=2017.2 (from pandas)
#8 11.45   Downloading https://files.pythonhosted.org/packages/2e/09/fbd3c46dce130958ee8e0090f910f1fe39e502cc5ba0aadca1e8a2b932e5/pytz-2022.7.1-py2.py3-none-any.whl (499kB)
#8 11.57 Collecting python-dateutil>=2.7.3 (from pandas)
#8 11.65   Downloading https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl (247kB)
#8 11.70 Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.3 (from matplotlib)
#8 11.86   Downloading https://files.pythonhosted.org/packages/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246/pyparsing-3.0.9-py3-none-any.whl (98kB)
#8 11.89 Collecting pillow>=6.2.0 (from matplotlib)
#8 12.61   Downloading https://files.pythonhosted.org/packages/7d/2a/2fc11b54e2742db06297f7fa7f420a0e3069fdcf0e4b57dfec33f0b08622/Pillow-8.4.0.tar.gz (49.4MB)
#8 19.07 Collecting cycler>=0.10 (from matplotlib)
#8 19.16   Downloading https://files.pythonhosted.org/packages/5c/f9/695d6bedebd747e5eb0fe8fad57b72fdf25411273a39791cde838d5a8f51/cycler-0.11.0-py3-none-any.whl
#8 19.17 Collecting kiwisolver>=1.0.1 (from matplotlib)
#8 19.37   Downloading https://files.pythonhosted.org/packages/a7/1b/cbd8ae738719b5f41592a12057ef5442e2ed5f5cb5451f8fc7e9f8875a1a/kiwisolver-1.3.1-cp36-cp36m-manylinux1_x86_64.whl (1.1MB)
#8 19.52 Collecting colorlover>=0.2.1 (from cufflinks)
#8 19.59   Downloading https://files.pythonhosted.org/packages/9a/53/f696e4480b1d1de3b1523991dea71cf417c8b19fe70c704da164f3f90972/colorlover-0.3.0-py3-none-any.whl
#8 19.60 Collecting ipython>=5.3.0 (from cufflinks)
#8 19.81   Downloading https://files.pythonhosted.org/packages/53/09/958a4802489d28b2484114ee6414c7502ef57de6f2dbc9095b718640060c/ipython-7.16.3-py3-none-any.whl (783kB)
#8 20.05 Collecting plotly>=4.1.1 (from cufflinks)
#8 20.24   Downloading https://files.pythonhosted.org/packages/f7/f5/c5b30c0a6639f076615d56f628f507ae20388e8f8769aef99ce5ea2033c8/plotly-5.13.1-py2.py3-none-any.whl (15.2MB)
#8 23.39 Requirement already satisfied: setuptools>=34.4.1 in /usr/lib/python3/dist-packages (from cufflinks)
#8 23.39 Requirement already satisfied: six>=1.9.0 in /usr/lib/python3/dist-packages (from cufflinks)
#8 23.40 Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /usr/lib/python3/dist-packages (from requests)
#8 23.40 Collecting certifi>=2017.4.17 (from requests)
#8 23.51   Downloading https://files.pythonhosted.org/packages/71/4c/3db2b8021bd6f2f0ceb0e088d6b2d49147671f25832fb17970e9b583d742/certifi-2022.12.7-py3-none-any.whl (155kB)
#8 23.54 Collecting urllib3<1.27,>=1.21.1 (from requests)
#8 23.68   Downloading https://files.pythonhosted.org/packages/7b/f5/890a0baca17a61c1f92f72b81d3c31523c99bec609e60c292ea55b387ae8/urllib3-1.26.15-py2.py3-none-any.whl (140kB)
#8 23.73 Collecting charset-normalizer~=2.0.0; python_version >= "3" (from requests)
#8 23.96   Downloading https://files.pythonhosted.org/packages/06/b3/24afc8868eba069a7f03650ac750a778862dc34941a4bebeb58706715726/charset_normalizer-2.0.12-py3-none-any.whl
#8 23.99 Collecting pygments (from jupyter-console->jupyter)
#8 24.12   Downloading https://files.pythonhosted.org/packages/0b/42/d9d95cc461f098f204cd20c85642ae40fbff81f74c300341b8d0e0df14e0/Pygments-2.14.0-py3-none-any.whl (1.1MB)
#8 24.30 Collecting jupyter-client>=7.0.0 (from jupyter-console->jupyter)
#8 24.44   Downloading https://files.pythonhosted.org/packages/56/a7/f4d3790ce7bb925d3ffe299244501a264f23ee7ec401914f7d788881ea31/jupyter_client-7.1.2-py3-none-any.whl (130kB)
#8 24.50 Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 (from jupyter-console->jupyter)
#8 24.68   Downloading https://files.pythonhosted.org/packages/eb/37/791f1a6edd13c61cac85282368aa68cb0f3f164440fdf60032f2cc6ca34e/prompt_toolkit-3.0.36-py3-none-any.whl (386kB)
#8 24.76 Collecting traitlets>=4.3.1 (from ipywidgets->jupyter)
#8 24.87   Downloading https://files.pythonhosted.org/packages/ca/ab/872a23e29cec3cf2594af7e857f18b687ad21039c1f9b922fac5b9b142d5/traitlets-4.3.3-py2.py3-none-any.whl (75kB)
#8 24.91 Collecting ipython-genutils~=0.2.0 (from ipywidgets->jupyter)
#8 24.98   Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
#8 25.00 Collecting jupyterlab-widgets<3,>=1.0.0; python_version >= "3.6" (from ipywidgets->jupyter)
#8 25.13   Downloading https://files.pythonhosted.org/packages/31/28/99a86634451a40f89ebf6b35e24e529fa5829f23784b9bdd5fa8e9386aa6/jupyterlab_widgets-1.1.2-py3-none-any.whl (245kB)
#8 25.17 Collecting widgetsnbextension~=3.6.0 (from ipywidgets->jupyter)
#8 25.30   Downloading https://files.pythonhosted.org/packages/69/3f/4fec898c106ecf3c0b8dc474ddf754f58dd87cb8eaa59aeb2c2876508b1b/widgetsnbextension-3.6.2-py2.py3-none-any.whl (1.6MB)
#8 25.49 Collecting jupyter-core (from nbconvert->jupyter)
#8 25.60   Downloading https://files.pythonhosted.org/packages/60/7d/bee50351fe3ff6979e949b9c4c00c556a7a9732ba39b547d07d93450de23/jupyter_core-4.9.2-py3-none-any.whl (86kB)
#8 25.63 Collecting jinja2>=2.4 (from nbconvert->jupyter)
#8 25.73   Downloading https://files.pythonhosted.org/packages/20/9a/e5d9ec41927401e41aea8af6d16e78b5e612bca4699d417f646a9610a076/Jinja2-3.0.3-py3-none-any.whl (133kB)
#8 25.76 Collecting mistune<2,>=0.8.1 (from nbconvert->jupyter)
#8 25.86   Downloading https://files.pythonhosted.org/packages/09/ec/4b43dae793655b7d8a25f76119624350b4d65eb663459eb9603d7f1f0345/mistune-0.8.4-py2.py3-none-any.whl
#8 25.88 Collecting jupyterlab-pygments (from nbconvert->jupyter)
#8 25.97   Downloading https://files.pythonhosted.org/packages/a8/6f/c34288766797193b512c6508f5994b830fb06134fdc4ca8214daba0aa443/jupyterlab_pygments-0.1.2-py2.py3-none-any.whl
#8 25.99 Collecting entrypoints>=0.2.2 (from nbconvert->jupyter)
#8 26.05   Downloading https://files.pythonhosted.org/packages/35/a8/365059bbcd4572cbc41de17fd5b682be5868b218c3c5479071865cab9078/entrypoints-0.4-py3-none-any.whl
#8 26.06 Collecting testpath (from nbconvert->jupyter)
#8 26.15   Downloading https://files.pythonhosted.org/packages/86/43/1ebfb29c2ca1df2bdb33dbcb2b526b77ee96873ba7b9e25650ddd4ae7156/testpath-0.6.0-py3-none-any.whl (83kB)
#8 26.18 Collecting defusedxml (from nbconvert->jupyter)
#8 26.31   Downloading https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl
#8 26.33 Collecting nbclient<0.6.0,>=0.5.0 (from nbconvert->jupyter)
#8 26.42   Downloading https://files.pythonhosted.org/packages/27/70/69c3561f43ea305da4b360820e67b57244c5308faf1fa890bc444e7cf842/nbclient-0.5.9-py3-none-any.whl (69kB)
#8 26.49 Collecting nbformat>=4.4 (from nbconvert->jupyter)
#8 26.65   Downloading https://files.pythonhosted.org/packages/e7/c7/dd50978c637a7af8234909277c4e7ec1b71310c13fb3135f3c8f5b6e045f/nbformat-5.1.3-py3-none-any.whl (178kB)
#8 26.70 Collecting bleach (from nbconvert->jupyter)
#8 27.13   Downloading https://files.pythonhosted.org/packages/64/cc/74d634e1e5659742973a23bb441404c53a7bedb6cd3962109ca5efb703e8/bleach-4.1.0-py2.py3-none-any.whl (157kB)
#8 27.17 Collecting pandocfilters>=1.4.1 (from nbconvert->jupyter)
#8 27.29   Downloading https://files.pythonhosted.org/packages/5e/a8/878258cffd53202a6cc1903c226cf09e58ae3df6b09f8ddfa98033286637/pandocfilters-1.5.0-py2.py3-none-any.whl
#8 27.31 Collecting nest-asyncio>=1.5 (from notebook->jupyter)
#8 27.43   Downloading https://files.pythonhosted.org/packages/e9/1a/6dd9ec31cfdb34cef8fea0055b593ee779a6f63c8e8038ad90d71b7f53c0/nest_asyncio-1.5.6-py3-none-any.whl
#8 27.44 Collecting prometheus-client (from notebook->jupyter)
#8 27.57   Downloading https://files.pythonhosted.org/packages/5b/8e/6a546e439b4366ab9eab0a736876eb1e1916dd93b4a1fa560ef711d24f8c/prometheus_client-0.16.0-py3-none-any.whl (122kB)
#8 27.60 Collecting terminado>=0.8.3 (from notebook->jupyter)
#8 27.69   Downloading https://files.pythonhosted.org/packages/02/6c/c3b012d026678d5cac6d4e26d6857145e22b94ccef195e7c483c3f6c3731/terminado-0.13.0-py3-none-any.whl
#8 27.71 Collecting Send2Trash>=1.8.0 (from notebook->jupyter)
#8 27.80   Downloading https://files.pythonhosted.org/packages/47/26/3435896d757335ea53dce5abf8d658ca80757a7a06258451b358f10232be/Send2Trash-1.8.0-py3-none-any.whl
#8 27.82 Collecting argon2-cffi (from notebook->jupyter)
#8 28.00   Downloading https://files.pythonhosted.org/packages/a8/07/946d5a9431bae05a776a59746ec385fbb79b526738d25e4202d3e0bbf7f4/argon2_cffi-21.3.0-py3-none-any.whl
#8 28.03 Collecting pyzmq>=17 (from notebook->jupyter)
#8 28.71   Downloading https://files.pythonhosted.org/packages/8e/ad/bf8bed79cf196d1387247f3f6bf7c9ba6899136d05c4b4166a2cab145d7b/pyzmq-25.0.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1MB)
#8 28.87 Collecting tornado>=6.1 (from notebook->jupyter)
#8 29.06   Downloading https://files.pythonhosted.org/packages/01/d1/8750ad20cbcefb499bb8b405e243f83c2c89f78d139e6f8c8d800640f554/tornado-6.1-cp36-cp36m-manylinux1_x86_64.whl (427kB)
#8 29.14 Collecting qtpy (from qtconsole->jupyter)
#8 29.26   Downloading https://files.pythonhosted.org/packages/ae/b0/56e602873b05108f0ef9189a237fefcfbcd2fa3d84130b59e50c84fc90e8/QtPy-2.0.1-py3-none-any.whl (65kB)
#8 29.29 Collecting jedi<=0.17.2,>=0.10 (from ipython>=5.3.0->cufflinks)
#8 29.40   Downloading https://files.pythonhosted.org/packages/c3/d4/36136b18daae06ad798966735f6c3fb96869c1be9f8245d2a8f556e40c36/jedi-0.17.2-py2.py3-none-any.whl (1.4MB)
#8 29.75 Collecting backcall (from ipython>=5.3.0->cufflinks)
#8 29.83   Downloading https://files.pythonhosted.org/packages/4c/1c/ff6546b6c12603d8dd1070aa3c3d273ad4c07f5771689a7b69a550e8c951/backcall-0.2.0-py2.py3-none-any.whl
#8 29.85 Collecting decorator (from ipython>=5.3.0->cufflinks)
#8 29.94   Downloading https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl
#8 29.96 Collecting pickleshare (from ipython>=5.3.0->cufflinks)
#8 30.11   Downloading https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl
#8 30.13 Collecting pexpect; sys_platform != "win32" (from ipython>=5.3.0->cufflinks)
#8 30.22   Downloading https://files.pythonhosted.org/packages/39/7b/88dbb785881c28a102619d46423cb853b46dbccc70d3ac362d99773a78ce/pexpect-4.8.0-py2.py3-none-any.whl (59kB)
#8 30.24 Collecting tenacity>=6.2.0 (from plotly>=4.1.1->cufflinks)
#8 30.34   Downloading https://files.pythonhosted.org/packages/e7/b0/c23bd61e1b32c9b96fbca996c87784e196a812da8d621d8d04851f6c8181/tenacity-8.2.2-py3-none-any.whl
#8 30.36 Collecting wcwidth (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->jupyter-console->jupyter)
#8 30.46   Downloading https://files.pythonhosted.org/packages/20/f4/c0584a25144ce20bfcf1aecd041768b8c762c1eb0aa77502a3f0baa83f11/wcwidth-0.2.6-py2.py3-none-any.whl
#8 30.48 Collecting MarkupSafe>=2.0 (from jinja2>=2.4->nbconvert->jupyter)
#8 30.66   Downloading https://files.pythonhosted.org/packages/fc/d6/57f9a97e56447a1e340f8574836d3b636e2c14de304943836bd645fa9c7e/MarkupSafe-2.0.1-cp36-cp36m-manylinux1_x86_64.whl
#8 30.68 Collecting async-generator; python_version < "3.7" (from nbclient<0.6.0,>=0.5.0->nbconvert->jupyter)
#8 30.94   Downloading https://files.pythonhosted.org/packages/71/52/39d20e03abd0ac9159c162ec24b93fbcaa111e8400308f2465432495ca2b/async_generator-1.10-py3-none-any.whl
#8 30.96 Collecting jsonschema!=2.5.0,>=2.4 (from nbformat>=4.4->nbconvert->jupyter)
#8 31.10   Downloading https://files.pythonhosted.org/packages/e0/d9/05587ac378b9fd2c352c6f024f13240168365bd753a7e8007522b7025267/jsonschema-4.0.0-py3-none-any.whl (69kB)
#8 31.14 Collecting packaging (from bleach->nbconvert->jupyter)
#8 31.27   Downloading https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl (40kB)
#8 31.29 Collecting webencodings (from bleach->nbconvert->jupyter)
#8 31.36   Downloading https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl
#8 31.38 Collecting ptyprocess; os_name != "nt" (from terminado>=0.8.3->notebook->jupyter)
#8 31.44   Downloading https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl
#8 31.46 Collecting argon2-cffi-bindings (from argon2-cffi->notebook->jupyter)
#8 31.56   Downloading https://files.pythonhosted.org/packages/b9/e9/184b8ccce6683b0aa2fbb7ba5683ea4b9c5763f1356347f1312c32e3c66e/argon2-cffi-bindings-21.2.0.tar.gz (1.8MB)
#8 37.40     Complete output from command python setup.py egg_info:
#8 37.40     /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
#8 37.40       warnings.warn(msg)
#8 37.40     Traceback (most recent call last):
#8 37.40       File "<string>", line 1, in <module>
#8 37.40       File "/tmp/pip-build-o95dz7qu/argon2-cffi-bindings/setup.py", line 111, in <module>
#8 37.40         cffi_modules=CFFI_MODULES,
#8 37.40       File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 129, in setup
#8 37.40         return distutils.core.setup(**attrs)
#8 37.40       File "/usr/lib/python3.6/distutils/core.py", line 108, in setup
#8 37.40         _setup_distribution = dist = klass(attrs)
#8 37.40       File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 372, in __init__
#8 37.40         _Distribution.__init__(self, attrs)
#8 37.40       File "/usr/lib/python3.6/distutils/dist.py", line 281, in __init__
#8 37.40         self.finalize_options()
#8 37.40       File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 528, in finalize_options
#8 37.40         ep.load()(self, ep.name, value)
#8 37.40       File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2324, in load
#8 37.40         return self.resolve()
#8 37.40       File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2330, in resolve
#8 37.40         module = __import__(self.module_name, fromlist=['__name__'], level=0)
#8 37.40       File "/tmp/pip-build-o95dz7qu/argon2-cffi-bindings/.eggs/setuptools_scm-7.1.0-py3.6.egg/setuptools_scm/__init__.py", line 5
#8 37.40         from __future__ import annotations
#8 37.40         ^
#8 37.40     SyntaxError: future feature annotations is not defined
#8 37.40
#8 37.40     ----------------------------------------
#8 37.96 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-o95dz7qu/argon2-cffi-bindings/
------
executor failed running [/bin/sh -c pip3 install jupyter numpy pandas matplotlib cufflinks requests]: exit code: 1

Am running on Windows 10. Any suggestions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions