Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-9076

[QST] How to make python sdk wheel package?

Details

    • Task
    • Status: Open
    • P3
    • Resolution: Unresolved
    • 2.16.0
    • Not applicable
    • build-system
    • None

    Description

      How to make python sdk wheel package?

      I've modified and tested beam's python sdks.

      I've tried to run command to upload local built wheel package to my local repository like below.

      $> python setup.py sdist bdist_wheel upload -r local

      Below files are not included in the package made by me.

      ./apache_beam/coders: coder_impl.cpython-36m-x86_64-linux-gnu.so
      ./apache_beam/coders: stream.cpython-36m-x86_64-linux-gnu.so
      ./apache_beam/metrics: execution.cpython-36m-x86_64-linux-gnu.so
      ./apache_beam/runners: common.cpython-36m-x86_64-linux-gnu.so
      ./apache_beam/runners/worker: logger.cpython-36m-x86_64-linux-gnu.so
      ./apache_beam/runners/worker: opcounters.cpython-36m-x86_64-linux-gnu.so
      ./apache_beam/runners/worker: operations.cpython-36m-x86_64-linux-gnu.so
      ./apache_beam/runners/worker: statesampler_fast.cpython-36m-x86_64-linux-gnu.so
      ./apache_beam/transforms: cy_combiners.cpython-36m-x86_64-linux-gnu.so
      ./apache_beam/transforms: cy_dataflow_distribution_counter.cpython-36m-x86_64-linux-gnu.so
      ./apache_beam/utils: counters.cpython-36m-x86_64-linux-gnu.so
      ./apache_beam/utils: windowed_value.cpython-36m-x86_64-linux-gnu.so
      

      Please, let me know what is right command to make the wheel package?

      Attachments

        Activity

          People

            Unassigned Unassigned
            ocworld Keunhyun Oh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: