Skip to content

Instantly share code, notes, and snippets.

@jpadilla
Created January 30, 2019 15:28
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 jpadilla/c12d60803b5998bc1e6f291dd8342ee4 to your computer and use it in GitHub Desktop.
Save jpadilla/c12d60803b5998bc1e6f291dd8342ee4 to your computer and use it in GitHub Desktop.
01/30 09:25 AM (1h)
Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
01/30 09:25 AM (1h)
Collecting idna<2.9,>=2.5 (from requests)
01/30 09:25 AM (1h)
Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
01/30 09:25 AM (1h)
Collecting certifi>=2017.4.17 (from requests)
01/30 09:25 AM (1h)
Downloading https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl (154kB)
01/30 09:25 AM (1h)
Collecting urllib3<1.25,>=1.21.1 (from requests)
01/30 09:25 AM (1h)
Downloading https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl (118kB)
01/30 09:25 AM (1h)
Installing collected packages: chardet, idna, certifi, urllib3, requests
01/30 09:25 AM (1h)
Successfully installed certifi-2018.11.29 chardet-3.0.4 idna-2.8 requests-2.21.0 urllib3-1.24.1
01/30 09:25 AM (1h)
found "requirements.txt"
01/30 09:25 AM (1h)
running "pip install -t /tmp/59ad409e -r /tmp/59ad409e/requirements.txt"...
01/30 09:25 AM (1h)
DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429).
01/30 09:25 AM (1h)
Collecting flask==1.0.2 (from -r /tmp/59ad409e/requirements.txt (line 1))
01/30 09:25 AM (1h)
Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB)
01/30 09:25 AM (1h)
Collecting gunicorn==19.9.0 (from -r /tmp/59ad409e/requirements.txt (line 2))
01/30 09:25 AM (1h)
Downloading https://files.pythonhosted.org/packages/8c/da/b8dd8deb741bff556db53902d4706774c8e1e67265f69528c14c003644e6/gunicorn-19.9.0-py2.py3-none-any.whl (112kB)
01/30 09:25 AM (1h)
Collecting flask-cors==3.0.6 (from -r /tmp/59ad409e/requirements.txt (line 3))
01/30 09:25 AM (1h)
Downloading https://files.pythonhosted.org/packages/d1/db/f3495569d5c3e2bdb9fb8a66c54503364abb6f35a9da2227cf5c9c50dc42/Flask_Cors-3.0.6-py2.py3-none-any.whl
01/30 09:25 AM (1h)
Collecting black (from -r /tmp/59ad409e/requirements.txt (line 4))
01/30 09:25 AM (1h)
Could not find a version that satisfies the requirement black (from -r /tmp/59ad409e/requirements.txt (line 4)) (from versions: )
01/30 09:25 AM (1h)
No matching distribution found for black (from -r /tmp/59ad409e/requirements.txt (line 4))
01/30 09:25 AM (1h)
failed to run "pip install -t /tmp/59ad409e -r /tmp/59ad409e/requirements.txt"
01/30 09:25 AM (1h)
{ Error: Command failed: /tmp/53e03c7c/bin/pip install -t /tmp/59ad409e -r /tmp/59ad409e/requirements.txt
at makeError (/tmp/utils/build-module/node_modules/execa/index.js:174:9)
at Promise.all.then.arr (/tmp/utils/build-module/node_modules/execa/index.js:278:16)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
code: 1,
stdout: null,
stderr: null,
failed: true,
signal: null,
cmd: '/tmp/53e03c7c/bin/pip install -t /tmp/59ad409e -r /tmp/59ad409e/requirements.txt',
timedOut: false,
killed: false }
01/30 09:25 AM (1h)
patching https://api-iad1.zeit.co/v2/now/deployments/dpl_8TMRGfBch6SrgzgbUNNbVGdMagGx/builds/bld_6i11o5q0d with {"readyState":"ERROR","errorCode":"BUILD_FAILED_2"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment