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

Conversation

jvoisin
Copy link
Contributor

@jvoisin jvoisin commented Jan 16, 2024

Step #1: Step 3/5 : RUN pip3 install soupsieve html5lib lxml
Step #1:  ---> Running in 95c0ff529f3c
Step #1: Collecting soupsieve
Step #1:   Downloading https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl
Step #1: Collecting html5lib
Step #1:   Downloading https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl (112kB)
Step #1: Collecting lxml
Step #1:   Downloading https://files.pythonhosted.org/packages/2b/b4/bbccb250adbee490553b6a52712c46c20ea1ba533a643f1424b27ffc6845/lxml-5.1.0.tar.gz (3.8MB)
Step #1:   Installing build dependencies: started
Step #1:   Installing build dependencies: finished with status 'done'
Step #1:   Getting requirements to build wheel: started
Step #1:   Getting requirements to build wheel: finished with status 'error'
Step #1: �[91m  ERROR: Command errored out with exit status 1:
Step #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 #1:        cwd: /tmp/pip-install-kbqwq5f7/lxml
Step #1:   Complete output (4 lines):
Step #1:   <string>:67: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Step #1:   Building lxml version 5.1.0.
Step #1:   Building without Cython.
Step #1:   Error: Please make sure the libxml2 and libxslt development packages are installed.

Copy link

jvoisin has previously contributed to projects/bs4. The previous PR was #10328

```
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.
```
@DavidKorczynski DavidKorczynski merged commit b517798 into google:master Jan 17, 2024
15 checks passed
@jvoisin jvoisin deleted the fix_bs4 branch January 17, 2024 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants