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

Ensure that local paths are working cross-platform with remote backends. #102

Open
tobiasraabe opened this issue Apr 13, 2024 · 0 comments

Comments

@tobiasraabe
Copy link
Member

tobiasraabe commented Apr 13, 2024

Currently, we pickle tasks that contain many paths, including for themselves, dependencies, and products, and send them to a remote machine.

This is not possible across different platforms, which is why Windows users probably need to use WLS.

Plan to fix it:

  • Before sending data to the remote worker, convert all paths to PurePaths.

Resources

  • There is work in CPython to pickle paths across platforms: https://github.com/python/cpython/pull/116523
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant