You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2022/01/16 14:02:00 UTC

[jira] [Updated] (BEAM-9076) [QST] How to make python sdk wheel package?

     [ https://issues.apache.org/jira/browse/BEAM-9076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenneth Knowles updated BEAM-9076:
----------------------------------
    Status: Open  (was: Triage Needed)

> [QST] How to make python sdk wheel package?
> -------------------------------------------
>
>                 Key: BEAM-9076
>                 URL: https://issues.apache.org/jira/browse/BEAM-9076
>             Project: Beam
>          Issue Type: Task
>          Components: build-system
>    Affects Versions: 2.16.0
>            Reporter: Keunhyun Oh
>            Priority: P3
>             Fix For: Not applicable
>
>
> 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.
> {code:java}
> $> python setup.py sdist bdist_wheel upload -r local{code}
> Below files are not included in the package made by me.
> {code:java}
> ./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
> {code}
> Please, let me know what is right command to make the wheel package?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)