Skip to content
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

Running dagster dev in Windows using version 1.9.10 results in "PermissionError: [Errno 13] Permission denied" #27400

Closed
garethbrickman opened this issue Jan 27, 2025 · 4 comments
Labels
type: bug Something isn't working windows Issues specific to running Dagster on Microsoft Windows

Comments

@garethbrickman
Copy link
Contributor

garethbrickman commented Jan 27, 2025

What's the issue?

After installing the latest version of dagster and dagster-webserver (1.9.10), running dagster dev in Windows results in:

PermissionError: [Errno 13] Permission denied: 'C:\\...\\Temp\\tmpzpovtxtw'

This is despite the Windows user having administrator and/or full access to all the folders and files.

What did you expect to happen?

dagster dev should start without error

How to reproduce?

In Windows: install the 1.9.10 version of dagster and dagster-webserver and in any Dagster project run dagster dev

Also happens if you scaffold a new project by running: dagster project scaffold --name test_dagster_project

Dagster version

1.9.10

Deployment type

None

Deployment details

No response

Additional information

Workaround is to downgrade to version 1.9.9 or earlier version.

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

@garethbrickman garethbrickman added type: bug Something isn't working windows Issues specific to running Dagster on Microsoft Windows labels Jan 27, 2025
@gibsondan
Copy link
Member

gibsondan commented Jan 27, 2025

One short term workaround for this while we fix the underlying file permissions issue, is to run dagster dev with the --use-legacy-code-server-behavior argument or downgrade to dagster 1.9.9.

@zoezhouDA
Copy link

I'm having the same issue. Even though i have full access to the folders and files, it's not running. How to solve it?

@garethbrickman
Copy link
Contributor Author

@zoezhouDA Until the fix for this is released, you can run dagster dev --use-legacy-code-server-behavior or downgrade your Dagster version to 1.9.9 or earlier.

@gibsondan
Copy link
Member

This should be fixed in dagster 1.9.11, released earlier today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working windows Issues specific to running Dagster on Microsoft Windows
Projects
None yet
Development

No branches or pull requests

3 participants