isrcsubmit needs at least one non-python package (libdiscid, C library), so it can't be installed completely via pip.
However, when installing all python modules you will get a better error message like:
OSError: libdiscid.so.0: cannot open shared object file: No such file or directory
Pip then probably only installs into /usr/local/bin, which might or might not be in the $PATH.
This was probably the purpose of #116, even though was not mentioned in the subject.
isrcsubmit needs at least one non-python package (libdiscid, C library), so it can't be installed completely via pip.
However, when installing all python modules you will get a better error message like:
Pip then probably only installs into /usr/local/bin, which might or might not be in the $PATH.
This was probably the purpose of #116, even though was not mentioned in the subject.