Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration to use the canonical gradle directory layout / project naming [BEAM-4046]

...

  • First ensure you've followed the most up-to-date instructions for Developing with the Python SDK, and verify that you can build Python from the commandline:
./gradlew :beam-sdks-:python:buildPython
  • Launch IntelliJ from a terminal. This ensures that the necessary virtualenv environment is configured:

...

  • In IntelliJ, open the Gradle window, and select :beam -| sdks -| python | Tasks | other | buildPython.

The build should succeed without any errors.

...