liferoad commented on issue #33321:
URL: https://github.com/apache/beam/issues/33321#issuecomment-2526567372

   with a clean Python 3.9.13 venv, when I tried to pip (24.3.1) install all 
your packages, I got this:
   ```
   The conflict is caused by:
       The user requested numpy==2.0.2
       apache-beam 2.61.0 depends on numpy<2.2.0 and >=1.14.3
       pandas 2.1.4 depends on numpy<2 and >=1.22.4; python_version < "3.11"
   ```
   Removed pandas version, got this
   ```
   The conflict is caused by:
       The user requested urllib3==2.2.3
       docker 7.1.0 depends on urllib3>=1.26.0
       dulwich 0.20.50 depends on urllib3>=1.25
       poetry 1.3.2 depends on urllib3<2.0.0 and >=1.26.0
   ```
   Removed urllib3 version, got this
   ```
   The conflict is caused by:
       The user requested importlib_metadata==8.5.0
       build 1.2.2 depends on importlib-metadata>=4.6; python_full_version < 
"3.10.2"
       keyring 25.5.0 depends on importlib-metadata>=4.11.4; python_version < 
"3.12"
       opentelemetry-api 1.28.2 depends on importlib-metadata<=8.5.0 and >=6.0
       poetry 1.3.2 depends on importlib-metadata<5.0 and >=4.4; python_version 
< "3.10"
   ```
   
   I stop here since importlib_metadata conflict cannot be resolved due to 
opentelemetry-api. I have no idea how you could install all these packages with 
these conflicts. 
   


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