-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSError: [WinError 123] Invalid name: '/tmp\\*' #86
Comments
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 JackMcKew/pyinstaller-action-windows#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.The text was updated successfully, but these errors were encountered: