Skip to content

Conversation

@antopio26
Copy link

The aarch64 Docker build fails during pip install when building mapbox-earcut (a trimesh dependency). This is caused by an outdated Python packaging library in the base image that's incompatible with modern package build requirements, resulting in a TypeError.

This PR resolves the issue by adding a preliminary RUN command to upgrade pip, setuptools, and packaging before other dependencies are installed.

The aarch64 Docker build fails during pip install when building mapbox-earcut (a trimesh dependency). This is caused by an outdated Python packaging library in the base image that's incompatible with modern package build requirements, resulting in a TypeError.

This PR resolves the issue by adding a preliminary RUN command to upgrade pip, setuptools, and packaging before other dependencies are installed.

Signed-off-by: Antonio Pio Maggio <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant