Merged
Conversation
I am getting following error without this commit when doing docker build.
File "<string>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/setuptools/__init__.py", line 12, in <module>
import setuptools.version
File "/usr/local/lib/python2.7/dist-packages/setuptools/version.py", line 1, in <module>
import pkg_resources
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 70, in <module>
import packaging.version
ImportError: No module named packaging.version
No idea why this change fix the problem, but it does fix.
zhhsplendid
pushed a commit
to zhhsplendid/Paddle
that referenced
this pull request
Sep 25, 2019
* Update chinese doc of layers.sums. test=develop test=document_preview * Add more examples and more detail imformation of output. test=develop test=document_preview * Refine the format. test=develop test=document_preview * Refine the comment in example codes. test=develop test=document_preview * Refine the introduce of out. test=develop test=document_preview * Refine the introduction of out. test=develop test=document_preview
wangxicoding
pushed a commit
to wangxicoding/Paddle
that referenced
this pull request
Dec 9, 2021
Co-authored-by: Zeyu Chen <[email protected]>
lizexu123
pushed a commit
to lizexu123/Paddle
that referenced
this pull request
Feb 23, 2024
* Update HuggingFace Demo / BS=40Speed * Update HuggingFace Demo / BS=40Speed * Update HuggingFace Demo / BS=40Speed * Update HuggingFace Demo / BS=40Speed * Update HuggingFace Demo / BS=40Speed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am getting following error without this commit when doing
docker build -t paddle -f paddle/scripts/docker/Dockerfile .No idea why this change fix the problem, but it does fix.