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
The internal build system at Amazon is failing on awswrangler because the package contains the README.md and it is being deposited at the root of the site-packages folder.
Here is a sample error message:
brazil-path: PathGenerationException: com.amazon.brazil.util.farmbuilder.SymlinkFarmBuilder$SymlinkFarmConflictException: Symlink conflict exception at lib/python3.10/site-packages/README.md between symlink to /opt/brazil-pkg-cache/packages/Python-requests-aws4auth/Python-requests-aws4auth-1.x.490647.0/AL2_x86_64/DEV.STD.PTHREAD/build/lib/python3.10/site-packages/README.md and symlink to /opt/brazil-pkg-cache/packages/Python-awswrangler/Python-awswrangler-3.x.14978.0/AL2_x86_64/DEV.STD.PTHREAD/build/lib/python3.10/site-packages/README.md
How to Reproduce
You can see in the below commands that we create a fresh virtual environment, install awswrangler, and ls the contents of the site-packages folder. The README is for awswrangler and it appears other files are also being deposited top level.
This causes errors in the internal brazil build system because multiples packages are trying to write to the same path: lib/python3.10/site-packages/README.md.
Expected behavior
I expect all installed files to be scoped within the awswrangler and awswrangler-3.6.0.dist-info folders.
Your project
Internal
Screenshots
No response
OS
Amazon Linux 2
Python version
Python 3.10
AWS SDK for pandas version
3.6.0
Additional context
My internal alias is aljohri@. Please reach out if you have additional questions.
Describe the bug
The internal build system at Amazon is failing on awswrangler because the package contains the
README.md
and it is being deposited at the root of the site-packages folder.Here is a sample error message:
How to Reproduce
You can see in the below commands that we create a fresh virtual environment, install awswrangler, and ls the contents of the
site-packages
folder. The README is forawswrangler
and it appears other files are also being deposited top level.This causes errors in the internal brazil build system because multiples packages are trying to write to the same path:
lib/python3.10/site-packages/README.md
.Expected behavior
I expect all installed files to be scoped within the
awswrangler
andawswrangler-3.6.0.dist-info
folders.Your project
Internal
Screenshots
No response
OS
Amazon Linux 2
Python version
Python 3.10
AWS SDK for pandas version
3.6.0
Additional context
My internal alias is aljohri@. Please reach out if you have additional questions.
Similar change made 3 years ago in requests-awsauth package: tedder/requests-aws4auth@7adf104
The text was updated successfully, but these errors were encountered: