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
Describe the bug @jarmak-nv reported this issue when importing cuml:
(cuml-pip-test-11-17) (base) picard@Enterprise-G:~/cuml-pip-test-11-17$ python -c "import cuml"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/picard/cuml-pip-test-11-17/lib/python3.10/site-packages/cuml/__init__.py", line 17, in <module>
from cuml.internals.base import Base, UniversalBase
File "base.pyx", line 31, in init cuml.internals.base
ModuleNotFoundError: No module named 'sklearn'
Installing sklearn fixes this error, indicating that sklearn is a hard dependency. This is due to changes in #5630. cc: @betatim
Describe the bug
@jarmak-nv reported this issue when importing cuml:
Installing sklearn fixes this error, indicating that sklearn is a hard dependency. This is due to changes in #5630. cc: @betatim
Steps/Code to reproduce bug
Expected behavior
cuml should import without installing sklearn.
The text was updated successfully, but these errors were encountered: