Open max-tet opened 4 years ago
I'm having the same issue, even when running this locally. I also have tried the the spec file as suggested in max-tet's ticket.
I had this same issue. Turns out it was mapping directories wrong. I had it running inside of another docker container and it needed the paths for the host directory, not the paths for the container.
got same problem running on Windows and Ubuntu
Any news on this issue ? I am getting the same with Docker Desktop on Windows 10
The same issue in https://github.com/JackMcKew/pyinstaller-action-windows/issues/3
I am seeing this error when running docker-pyinstaller as part of a Gilab CI build script. When running it locally, it works without problems.
This is the CI job:
The Gitlab runner is my own local dev machine and I configured it with
volumes = ["/cache","/var/run/docker.sock:/var/run/docker.sock"]
, so thepython:3.8-buster
container should be able to use the docker socket and spin up thecdrx/pyinstaller-windows
container as a sibling. Still, this is the result.I made sure that the spec file is in the CWD as suggested in this ticket. I also tried adding
:Z
to the volume.