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

cannot run Association Rule in macOS Catalina #733

Open
jinhwanhan opened this issue Feb 20, 2020 · 1 comment
Open

cannot run Association Rule in macOS Catalina #733

jinhwanhan opened this issue Feb 20, 2020 · 1 comment
Assignees
Labels
bug Something isn't working
Projects

Comments

@jinhwanhan
Copy link
Contributor

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

@krazyeom krazyeom added the bug Something isn't working label Aug 6, 2020
@krazyeom krazyeom added this to To do in Issue Aug 6, 2020
@krazyeom krazyeom closed this as completed Sep 1, 2020
@krazyeom
Copy link
Contributor

krazyeom commented Sep 3, 2020

There is another issue on 10.15.6 (19G2021)

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/krazyeom/Downloads/brightics-studio/lib/brightics_python_env/lib/python3.6/site-packages/implicit/__init__.py", line 1, in <module>
    from .als import alternating_least_squares
  File "/Users/krazyeom/Downloads/brightics-studio/lib/brightics_python_env/lib/python3.6/site-packages/implicit/als.py", line 14, in <module>
    from . import _als
ImportError: dlopen(/Users/krazyeom/Downloads/brightics-studio/lib/brightics_python_env/lib/python3.6/site-packages/implicit/_als.cpython-36m-darwin.so, 2): Library not loaded: /usr/local/opt/gcc/lib/gcc/9/libgomp.1.dylib
  Referenced from: /Users/krazyeom/Downloads/brightics-studio/lib/brightics_python_env/lib/python3.6/site-packages/implicit/_als.cpython-36m-darwin.so
  Reason: image not found

image

@krazyeom krazyeom reopened this Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Issue
  
To do
Development

No branches or pull requests

3 participants