[Bug report]Missed library in examples
yl-wang996 opened this issue · 2 comments
yl-wang996 commented
For example, at here, it seems the loop_rate_limiters
has not been defined at somewhere.
Please consider putting pip install loop-rate-limiters
in your installation scripts.
kevinzakka commented
Hi @yl-wang996, for the examples, you'll want to run:
pip install "mink[examples]"
# or pip install -e ".[examples]" if from source
as mentioned in the README and documentation.
Let me know if that fixes your problem.
yl-wang996 commented
sorry, My fault. Thanks for your fast response. It was resolved.