You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 15:27:46 UTC

[GitHub] [beam] damccorm opened a new issue, #20099: [QST] How to make python sdk wheel package?

damccorm opened a new issue, #20099:
URL: https://github.com/apache/beam/issues/20099

   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?
   
   Imported from Jira [BEAM-9076](https://issues.apache.org/jira/browse/BEAM-9076). Original Jira may contain additional context.
   Reported by: ocworld.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org