-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels