Error building sphinx doc
sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
This error happens when the program try to load the models.
Error: mkl-service + Intel(R) MKL: MKL_THREADING_LAYER=INTEL is incompatible with libgomp.so.1 library.
Try to import numpy first or set the threading layer accordingly. Set MKL_SERVICE_FORCE_INTEL to force it.
*** subprocess.CalledProcessError: Command '['bob', 'tb', '--help']' returned non-zero exit status 1.
Seems to be an error linked to PyTorch: https://github.com/pytorch/pytorch/issues/37377 Solution: import numpy before PyTorch and remove each model one after the other to identify the problematic ones
Discussion on Mattermost: 14th of December