tvalentyn commented on issue #25085: URL: https://github.com/apache/beam/issues/25085#issuecomment-1426531049
I see. It looks like you may be copying site-packages directory from a different virtual environment. There was a change recently that creates one virtual environment per each SDK process: https://github.com/apache/beam/pull/16658 It could be that you were impacted by this change, if you have been using a non-default virtual environment to store your packages. Note that dependencies installed in the global python environment should still be accessible in individual python environments, which are created after https://github.com/apache/beam/pull/16658. -- 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]
