tvalentyn commented on issue #25085: URL: https://github.com/apache/beam/issues/25085#issuecomment-1433943540
The global environment will have packages installed in ./usr/local/lib/python3.8/site-packages. If you activate a custom venv, I think it will be ignored now that the codepath has changed in https://github.com/apache/beam/pull/16658, and a python process creates an individual environment. I suppose you could try to manipulate the PYTHONPATH variable to include your environment, but that may be brittle if you have package mismatches. -- 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]
