We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
extra_require
iperf3
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 referencesiperf3
.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!
The text was updated successfully, but these errors were encountered: