Skip to content

cannot run Association Rule in macOS Catalina #733

@jinhwanhan

Description

@jinhwanhan

The following error occurs when running Association Rule in macOS Catalina

JOB ID: c_gEGxwU9tp0OwX2kL_202002181502157250
java.lang.Exception: ModuleNotFoundError: No module named 'implicit'

at com.samsung.sds.brightics.agent.context.python.PythonProcessManager.run(PythonProcessManager.java:283)
at com.samsung.sds.brightics.agent.context.python.PythonProcessManager.run(PythonProcessManager.java:240)
at com.samsung.sds.brightics.agent.context.python.PythonContext.runFunction(PythonContext.java:72)
at com.samsung.sds.brightics.agent.service.TaskService.executeFunction(TaskService.java:203)
at com.samsung.sds.brightics.agent.service.TaskService.executeTaskToContext(TaskService.java:165)
at com.samsung.sds.brightics.agent.service.TaskService.getTaskResult(TaskService.java:115)
at com.samsung.sds.brightics.agent.service.TaskService$1.run(TaskService.java:83)
Caused by: java.lang.Throwable: Traceback (most recent call last):
File "/Users/devin/Downloads/brightics studio/brightics server/functions/python/brightics/brightics_python_runner.py", line 130, in _executer
exec(exec_code_object)
File "[string]", line 4, in [module]
File "/Users/devin/Downloads/brightics studio/brightics server/functions/python/brightics/function/recommendation/init.py", line 19, in [module]
from .als import als_train
File "/Users/devin/Downloads/brightics studio/brightics server/functions/python/brightics/function/recommendation/als.py", line 16, in [module]
from . import implicit_als_benfred as implicit2
File "/Users/devin/Downloads/brightics studio/brightics server/functions/python/brightics/function/recommendation/implicit_als_benfred/init.py", line 17, in [module]
from . import als
File "/Users/devin/Downloads/brightics studio/brightics server/functions/python/brightics/function/recommendation/implicit_als_benfred/als.py", line 28, in [module]
import implicit.cuda
ModuleNotFoundError: No module named 'implicit'
... 7 more

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions