Skip to content

ModuleNotFoundError: No module named 'lightfm._lightfm_fast_no_openmp' #712

Description

@RILUCK

Error logs while docker image build

from lightfm import LightFM
  File "/opt/pysetup/.venv/lib/python3.8/site-packages/lightfm/__init__.py", line 1, in <module>
    from .lightfm import LightFM
  File "/opt/pysetup/.venv/lib/python3.8/site-packages/lightfm/lightfm.py", line 8, in <module>
    from ._lightfm_fast import (
  File "/opt/pysetup/.venv/lib/python3.8/site-packages/lightfm/_lightfm_fast.py", line 14, in <module>
    from ._lightfm_fast_no_openmp import *  # NOQA
ModuleNotFoundError: No module named 'lightfm._lightfm_fast_no_openmp'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions