kevinzakka/mink

[Bug report]Missed library in examples

yl-wang996 opened this issue · 2 comments

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.

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.

sorry, My fault. Thanks for your fast response. It was resolved.