-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
Win32 "used by another process" error with datasette publish #1479
Comments
My search yielded these four entries: https://github.com/simonw/datasette/issues?q=PermissionError%3A+%5BWinError+32%5D+ Maybe this is the closet hit? |
Thanks, but this one has a different error type. Unfortunately, still not working. |
I'm pretty sure this is a Windows issue, not a Fly issue. I imagine it affects other forms of |
I suspect the root cause of this may be in this code: datasette/datasette/utils/__init__.py Lines 673 to 677 in 6388617
|
Actually no, from that stack trace you provided:
It looks like the problem occurs here: datasette/datasette/utils/__init__.py Lines 449 to 452 in b1fed48
|
Also ran into this issue today using The next error I get is docker-specific, so that probably does resolve the Datasette error here. |
I ran into the same issue on Windows using
@Rik-de-Kort your fix worked perfectly! Thanks! I can always go back and delete the temp directories myself :) |
I unfortunately was not successful to deploy to fly.io. Please see the details above of the three scenarios that I took. I am also new to datasette.
Failed to deploy. Attaching logs:
flyctl apps create frosty-fog-8565
and the randatasette publish fly covid.db --app frosty-fog-8565
flyctl launch
. This also generates the .toml file. Ran thendatasette publish fly covid.db --app dark-feather-168
but different error nowThese are also the contents of the generated .toml file in 2 scenario:
datasette package covid.db
to create a local DOCKERFILE to later try to push it viaflyctl deploy
fails as well.The text was updated successfully, but these errors were encountered: