Re: Build python Beam from source

2023-12-05 Thread Robert Bradshaw via dev
To use cross language capabilities from a non-release branch you'll have to build the cross-language bits yourself as well. This can be done by (1) Making sure Java (for java dependencies) is installed. (2) In the top level of the repository, running .//gradlew sdks:java:io:expansion-service:shado

Build python Beam from source

2023-12-05 Thread Поротиков Станислав Вячеславович via dev
Hello! How to properly install/build apache-beam python package from source? I've tried running: pip install . from skds/python directory It's installed successfully, but when I try to run python beam pipeline, it complains: