I have download nucdiff and installed it using pip but now when I run:
"python NucDiff-master/nucdiff/nucdiff.py --version"
it gives me this error:
Traceback (most recent call last):
File "NucDiff-master/nucdiff/nucdiff.py", line 17, in
from .find_errors import FIND_ERRORS_ASSEMBLY
ValueError: Attempted relative import in non-package
I have download nucdiff and installed it using pip but now when I run: "python NucDiff-master/nucdiff/nucdiff.py --version"
it gives me this error:
Traceback (most recent call last): File "NucDiff-master/nucdiff/nucdiff.py", line 17, in
from .find_errors import FIND_ERRORS_ASSEMBLY
ValueError: Attempted relative import in non-package