Hi, I need help with this error in bitbucket pipeline:
docker image with python 3.8
Serverless: Excluding development dependencies...
Error ---------------------------------------------------
Error: ENOTDIR: not a directory, scandir '/opt/atlassian/pipelines/agent/build/distutils-precedence.pth'
Your Environment Information ---------------------------
Operating System: linux
Node Version: 10.24.1
Framework Version: 2.51.2
Plugin Version: 5.4.3
SDK Version: 4.2.3
Components Version: 3.13.3
Hi @Jaime Norambuena Gonzalez
Welcome to the community.
Based on the error message, it seems that the command couldn't locate the directory.
To debug the issue further, I'd recommend testing your Pipelines build locally in a Docker container.
Ideally, if it works locally, it should also work on Pipelines.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.