Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RILUCK opened this issue May 27, 2024 · 0 comments
Open

Comments

@RILUCK
Copy link

RILUCK commented May 27, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant