liferoad commented on issue #30528:
URL: https://github.com/apache/beam/issues/30528#issuecomment-2486986694
py3.9:
```
Collecting distributed>=2024.4.2
Using cached
distributed-20[24](https://github.com/apache/beam/actions/runs/11907937848/job/33182463841#step:7:25).8.0-py3-none-any.whl.metadata
(3.4 kB)
Collecting dask>=2024.4.2
Using cached dask-2024.8.0-py3-none-any.whl.metadata (3.8 kB)
```
but py 3.10
```
Collecting distributed>=2024.4.2
Using cached
distributed-20[24](https://github.com/apache/beam/actions/runs/11907937848/job/33182464057#step:7:25).11.2-py3-none-any.whl.metadata
(3.3 kB)
Collecting dask>=2024.4.2
Using cached dask-2024.11.2-py3-none-any.whl.metadata (3.7 kB)
```
this needs
```
Collecting cloudpickle>=3.0.0 (from distributed>=2024.4.2)
```
but beam needs
```
apache-beam 2.62.0.dev0 requires cloudpickle~=2.2.1, but you have
cloudpickle 3.1.0 which is incompatible.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]