Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build using bazel due to extra_require referencing iperf3 #63

Open
laurencooney opened this issue Aug 18, 2021 · 0 comments
Open

Comments

@laurencooney
Copy link

This looks like a fantastic library that I'd like to use, however, I am unable to build this with bazel due to the extra_require at https://github.com/thiezn/iperf3-python/blob/master/setup.py#L65 that references iperf3.
https://github.com/bazelbuild/rules_python#using-the-packaging-rules
bazel installs iperf3, but then tries to add that dependency which breaks the build.
Will have to resort to using subprocess to parse the output, but please let me know if you fix this, or have a workaround!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant