IAseven

Results 6 comments of IAseven

I had the same problem!!! To Reproduce: 1. `pip install 3.7.9` 2. `pip duplicate 3.7.9 env` 3. `pip local env` Desktop (please complete the following information): - Windows 10 -...

@pitosalas Can you describe your problem in detail?

@tossapon14 you can do: `cd ~/src` `git clone https://github.com/linorobot/lino_msgs` `cd ..` `catkin_make` or `catkin_make -DCATKIN_WHITELIST_PACKAGES='lino_msgs'`

@doorOfChoice Hello, can you give a complete configuration example? Thank you very much for that.

@doorOfChoice Thank you for your reply, but are you using single-player mode here? redis' clustering mode should not be able to specify libraries other than 0 db, you use 2...

Here is my code, which automatically calculates the redis node that needs to be written based on global_keyprefix. It may not be a best practice, but it's a solution. my...