Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.med.tb bob.med.tb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.med.tbbob.med.tb
  • Issues
  • #1
Closed
Open
Issue created Dec 17, 2020 by Geoffrey RAPOSO@graposoMaintainer

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

Assignee
Assign to
Time tracking