I installed mbdata via pip exactly how it's described in the instructions. Unfortunately i get an error each time i try to use the mbslave script:
Traceback (most recent call last):
File "/home/****/.local/bin/mbslave", line 6, in
from mbdata.replication import main
ImportError: No module named mbdata.replication
There is only the mbslave script in the directory after doing the pip install.
The script works great if i clone the whole git instead.
I installed mbdata via pip exactly how it's described in the instructions. Unfortunately i get an error each time i try to use the mbslave script:
Traceback (most recent call last): File "/home/****/.local/bin/mbslave", line 6, in
from mbdata.replication import main
ImportError: No module named mbdata.replication
There is only the mbslave script in the directory after doing the pip install. The script works great if i clone the whole git instead.