tvalentyn commented on issue #25966: URL: https://github.com/apache/beam/issues/25966#issuecomment-1486129377
I see, thanks for correction. I also did my own tests before replying above, they looked like the following: ``` docker run --rm -it --entrypoint=/bin/bash apache/beam_python3.7_sdk:2.45.0 root@577f14daaa3f:/# pip uninstall apache-beam[gcp] root@577f14daaa3f:/# wget https://files.pythonhosted.org/packages/09/07/a8cef9d9193a65f7d7a35d72b46c97cc3684eea7b7728a89f5accbb5f297/apache-beam-2.45.0.zip root@577f14daaa3f:/# time pip install ./apache-beam-2.45.0.zip Successfully installed apache-beam-2.45.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [notice] A new release of pip is available: 23.0 -> 23.0.1 [notice] To update, run: pip install --upgrade pip real 0m13.258s user 0m11.930s sys 0m2.265s ``` -- 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]
