pytask-dev / pytask-dev/pytask-parallel
Ensure that local paths are working cross-platform with remote backends.
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- Python
- Star
- 5
- Fork
- 0
- Merge trung bình
- 18 giờ 37 phút
- Pull request đã merge (30 ngày)
- 7
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Start at the boundary where tasks and their paths are pickled before being sent to the remote worker, then trace how dependencies and products are included. The work is done when all paths crossing that boundary are converted to PurePaths and cross-platform remote execution no longer depends on the originating platform; review the referenced CPython pull request for relevant behavior.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- python
- Lĩnh vực
- distributed-systems
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 45/100