You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In all current integration test runs (starting yesterday, I think), the build is failing because of a the web-py dependency. We need to get this fixed. Here is the error message from an integration test run:
Step 16/18 : RUN pip3 install --no-cache-dir -r demo/requirements.txt
---> Running in 618686639d6f
Collecting web.py
Cloning https://github.com/webpy/webpy.git to /tmp/pip-install-_wvyucg1/web-py_a957e494ae444380b1dbf2a2145e55a0
Running command git clone -q https://github.com/webpy/webpy.git /tmp/pip-install-_wvyucg1/web-py_a957e494ae444380b1dbf2a2145e55a0
Installing build dependencies: started
Installing build dependencies: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /home/indy/.pyenv/versions/3.6.13/bin/python3.6 /home/indy/.pyenv/versions/3.6.13/lib/python3.6/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-0qne0m7e/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=61.2'
cwd: None
Complete output (4 lines):
ERROR: Could not find a version that satisfies the requirement setuptools>=61.2
ERROR: No matching distribution found for setuptools>=61.2
WARNING: You are using pip version 21.0.1; however, version 21.3.1 is available.
You should consider upgrading via the '/home/indy/.pyenv/versions/3.6.13/bin/python3.6 -m pip install --upgrade pip' command.
----------------------------------------
WARNING: Discarding git+https://github.com/webpy/webpy.git#egg=web.py. Command errored out with exit status 1: /home/indy/.pyenv/versions/3.6.13/bin/python3.6 /home/indy/.pyenv/versions/3.6.13/lib/python3.6/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-0qne0m7e/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=61.2' Check the logs for full command output.
Collecting asyncpg~=0.25.0
Downloading asyncpg-0.25.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.5 MB)
Requirement already satisfied: prompt_toolkit~=2.0.9 in ./.pyenv/versions/3.6.13/lib/python3.6/site-packages (from -r demo/requirements.txt (line 2)) (2.0.10)
ERROR: Could not find a version that satisfies the requirement web-py (unavailable)
ERROR: No matching distribution found for web-py (unavailable)
WARNING: You are using pip version 21.0.1; however, version 21.3.1 is available.
You should consider upgrading via the '/home/indy/.pyenv/versions/3.6.13/bin/python3.6 -m pip install --upgrade pip' command.
The command '/bin/sh -c pip3 install --no-cache-dir -r demo/requirements.txt' returned a non-zero code: 1
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
I suggest doing a separate pr just for this. I saw the fail in Ian's PR and was thinking it was with the change you made, but I see Ian hasn't merged that yet.
This urgently needs to be fixed.
In all current integration test runs (starting yesterday, I think), the build is failing because of a the
web-py
dependency. We need to get this fixed. Here is the error message from an integration test run:The text was updated successfully, but these errors were encountered: