chebbyChefNEQ commented on issue #32842:
URL: https://github.com/apache/beam/issues/32842#issuecomment-2523490871

   > You should be able to install the newer dill later by ignoring this 
conflict. If this causes any issue, you can also try cloudpickle .
   
   Hi, with newer tools like `uv` and `poetry` it is often not possible to 
ignore these conflicts. This causes quite a few undesirable behaviors. e.g.
   
   when depending on `apache-beam` and `multiprocess` at the same time, the 
`dill` pin implies `multiprocess<=0.70.9`, which is ancient and sdist only. 
Building the sdist is often not possible as the dependency resolution in 
setuptool craps out.


-- 
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]

Reply via email to