“Cycle in the workspace file” when building on macOS
See original GitHub issueMacOS:10.15.1
TB version: clone from TB master just now
bazel version: 1.2.1
when i run
bazel run tensorboard -- --logdir ../tmp
ERROR: Failed to load Starlark extension ‘@npm_bazel_typescript//:index.bzl’.
Cycle in the workspace file detected. This indicates that a repository is used prior to being defined.
The following chain of repository dependencies lead to the missing definition.
- @npm_bazel_typescript
This could either mean you have to add the ‘@npm_bazel_typescript’ repository with a statement like
http_archive
in your WORKSPACE file (note that transitive dependencies are not added automatically), or move an existing definition earlier in your WORKSPACE file. ERROR: cycles detected during target parsing INFO: Elapsed time: 0.071s INFO: 0 processes. FAILED: Build did NOT complete successfully (0 packages loaded) FAILED: Build did NOT complete successfully (0 packages loaded)
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
2021年06月_weixin_39689506的博客_CSDN博客
Destroying aws_iam_user_login_profile does not remove the user's password. 2021-01-12. “Cycle in the workspace file” when building on macOS. 2021-01-12 ...
Read more >bazel-federation from bazelbuild - Coder Social
Cycle in the workspace file detected. This indicates that a repository is used prior to being defined. The following chain of repository dependencies...
Read more >bazel - 我可以从.bzl 文件加载通用规则吗? - Cache One
Cycle in the workspace file detected. This indicates that a repository is used prior to being defined. The following chain of repository dependencies...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @bileschi I just print my python version and it’s python 3.7.0. what i did is different from the instruction are:
Thanks @mengban ! Best of luck with your project!