I am getting the following error which seems to be related to 'numpy'. I tried to troubleshoot this by installing different versions of 'numpy-1.25.2', 'numpy-1.26.1', I also uninstalled and reinstalled vcfdo but could not fix this issue:
[tali@cheops1 tools]$ vcfdo --help
Traceback (most recent call last):
File "/projects/ag-demeaux/tali/tools/python3.9/Python-3.9.18/bin/vcfdo", line 14, in
np.warnings.filterwarnings("ignore")
File "/projects/ag-demeaux/tali/tools/python3.9/Python-3.9.18/lib/python3.9/site-packages/numpy/init.py", line 333, in getattr
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'warnings'
I really appreciate your help and support in resolving this problem. Thank you.
I am getting the following error which seems to be related to 'numpy'. I tried to troubleshoot this by installing different versions of 'numpy-1.25.2', 'numpy-1.26.1', I also uninstalled and reinstalled vcfdo but could not fix this issue:
[tali@cheops1 tools]$ vcfdo --help
Traceback (most recent call last):
File "/projects/ag-demeaux/tali/tools/python3.9/Python-3.9.18/bin/vcfdo", line 14, in
np.warnings.filterwarnings("ignore")
File "/projects/ag-demeaux/tali/tools/python3.9/Python-3.9.18/lib/python3.9/site-packages/numpy/init.py", line 333, in getattr
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'warnings'
I really appreciate your help and support in resolving this problem. Thank you.