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
New to using bazel, I am trying to run blenderless after cloning the repo to my PC. I am running a terminal from a conda environment, and using the command line to run blenderless as explained in the docs:
bazel run //blenderless
This generates the following error message:
`no such package '@pip_deps_colorama//': The repository '@pip_deps_colorama' could not be resolved: Repository '@pip_deps_colorama' is not defined and referenced by '@pip_deps_click//:pkg' '
and a failed build. I guess that this a failed dependency error, but I'm not sure how to resolve this via the workspace file (never used bazel before, as I said). Colorama is installed in the conda environment, if thats relevent?
The text was updated successfully, but these errors were encountered:
New to using bazel, I am trying to run blenderless after cloning the repo to my PC. I am running a terminal from a conda environment, and using the command line to run blenderless as explained in the docs:
bazel run //blenderless
This generates the following error message:
`no such package '@pip_deps_colorama//': The repository '@pip_deps_colorama' could not be resolved: Repository '@pip_deps_colorama' is not defined and referenced by '@pip_deps_click//:pkg' '
and a failed build. I guess that this a failed dependency error, but I'm not sure how to resolve this via the workspace file (never used bazel before, as I said). Colorama is installed in the conda environment, if thats relevent?
The text was updated successfully, but these errors were encountered: