Skip to content

[BUG] Unable to install pycaret in Kaggle Notebook  #1710

@GDGauravDutta

Description

@GDGauravDutta

!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'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions