> @Ahmet Altay <al...@google.com> happy to understand the extent of what
you had in mind, maybe the extensions are not as important to plan out, as
they're straightforwardly bolted on (ex: daily builds).  More tactically
would be valuable to ensure I understand what all needs to occur.  Any
other source of info to consume other than
https://github.com/apache/beam-wheels and
https://beam.apache.org/contribute/release-guide/.

I added a bit more details to
https://issues.apache.org/jira/browse/BEAM-9388 as a comment, so that it is
preserved in the JIRA. Thank you all for working on this.

On Mon, Jun 1, 2020 at 9:20 AM Kamil Wasilewski <
kamil.wasilew...@polidea.com> wrote:

> "unistd.h" C header is present on POSIX systems (MacOS and Linux), but not
> on Windows, therefore you can't build a wheel for Windows.
>
> I took a look and "statesampler_fast.pyx" uses "unistd.h" only because of
> the `usleep` function. Unless we use C++ which offers [1], the solution
> would be to search for the equivalent of `usleep` that works on Windows.
>

+Robert Bradshaw <rober...@google.com> +Valentyn Tymofieiev
<valen...@google.com> - Do you have any suggestions on how building wheels
could work on Windows?


>
> [1] https://en.cppreference.com/w/cpp/thread/sleep_for
>

Reply via email to