Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bs4 build #11503

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Fix bs4 build #11503

merged 1 commit into from
Jan 17, 2024

Commits on Jan 16, 2024

  1. Fix bs4 build

    ```
    Step google#1: Step 3/5 : RUN pip3 install soupsieve html5lib lxml
    Step google#1:  ---> Running in 95c0ff529f3c
    Step google#1: Collecting soupsieve
    Step google#1:   Downloading https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl
    Step google#1: Collecting html5lib
    Step google#1:   Downloading https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl (112kB)
    Step google#1: Collecting lxml
    Step google#1:   Downloading https://files.pythonhosted.org/packages/2b/b4/bbccb250adbee490553b6a52712c46c20ea1ba533a643f1424b27ffc6845/lxml-5.1.0.tar.gz (3.8MB)
    Step google#1:   Installing build dependencies: started
    Step google#1:   Installing build dependencies: finished with status 'done'
    Step google#1:   Getting requirements to build wheel: started
    Step google#1:   Getting requirements to build wheel: finished with status 'error'
    Step google#1: �[91m  ERROR: Command errored out with exit status 1:
    Step google#1:    command: /usr/local/bin/python3.8 /usr/local/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmpffkvuryp
    Step google#1:        cwd: /tmp/pip-install-kbqwq5f7/lxml
    Step google#1:   Complete output (4 lines):
    Step google#1:   <string>:67: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    Step google#1:   Building lxml version 5.1.0.
    Step google#1:   Building without Cython.
    Step google#1:   Error: Please make sure the libxml2 and libxslt development packages are installed.
    ```
    jvoisin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    fff3f59 View commit details
    Browse the repository at this point in the history