-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
!pip install pycaret
Logs :
Installing collected packages: scipy, llvmlite, srsly, python-editor, plac, numba, catalogue, thinc, querystring-parser, prometheus-flask-exporter, gunicorn, databricks-cli, alembic, spacy, pyod, mlflow, imbalanced-learn, gensim, pycaret
Attempting uninstall: scipy
Found existing installation: scipy 1.7.1
Uninstalling scipy-1.7.1:
Successfully uninstalled scipy-1.7.1
Attempting uninstall: llvmlite
Found existing installation: llvmlite 0.37.0
ERROR: Cannot uninstall 'llvmlite'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
from pycaret.classification import *
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipykernel_57/957393446.py in
----> 1 from pycaret.classification import *
ModuleNotFoundError: No module named 'pycaret'