acoustid / mbdata

MusicBrainz SQLAlchemy Models
MIT License
97 stars 23 forks source link

mbslave installed via pip: ImportError: No module named mbdata.replication #8

Closed MayaMate99 closed 1 year ago

MayaMate99 commented 5 years ago

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.

lalinsky commented 5 years ago

That is strange, it works for me. I suspect you have an older version of mbdata installed somewhere.