You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Error logs while docker image build
The text was updated successfully, but these errors were encountered: