Results 5 comments of James Wu

I can run it after install pyside2. `pip install pyside2`

I have the same problem. It looks like this situation happened was because of the Bazel version be updated to 0.10.0. [Bazel version](https://github.com/tensorflow/tensorflow/issues/13377) If I downgrade Bazel, do I will...

@jiangyonghui Yes. I solved it. I try to get the newest version for all packages.

Here is my version that work for me. lib/index.js ` task.on('state_changed', function (snapshot) {` ` return onProgress && onProgress(Math.round(100 * snapshot.bytesTransferred / snapshot.totalBytes), task);` ` }, function (error) {` `...

Yes. I have the same problem. I tried using another forked repository instead. ``` # http_archive( # name = "rules_cc", # strip_prefix = "rules_cc-main", # urls = ["https://github.com/bazelbuild/rules_cc/archive/main.zip"], # )...