You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using @boost//:python, but I encountered the following error. Is @boost//:python not directly supported yet?
Error Message:
no such package '@@[unknown repo 'python' requested from @@rules_boost non_module_dependenciesboost]//': The repository '@@[unknown repo 'python' requested from @@rules_boost non_module_dependenciesboost]' could not be resolved: No repository visible as '@python' from repository '@@rules_boost non_module_dependenciesboost' and referenced by '@@rules_boost non_module_dependenciesboost//:python'
I am using @boost//:python, but I encountered the following error. Is @boost//:python not directly supported yet?
Error Message:
no such package '@@[unknown repo 'python' requested from @@rules_boost non_module_dependencies
boost]//': The repository '@@[unknown repo 'python' requested from @@rules_boost non_module_dependenciesboost]' could not be resolved: No repository visible as '@python' from repository '@@rules_boost non_module_dependenciesboost' and referenced by '@@rules_boost non_module_dependenciesboost//:python'Here is my configuration in MODULE.bzl:
BUILD file snippet:
...
deps = [
...
"@boost//:python",
],
Could anyone help clarify if there's a step I'm missing or if there's an issue with the current setup?
The text was updated successfully, but these errors were encountered: