Closed AccuInsight closed 1 year ago
Can you try this with the pre-release version of pycaret
- 3.0.0rc9 (soon to be released version 3.0.0)? It has much lighter dependencies and hopefully, this issue will not show up there.
Update: Please try on 3.0.0 which was released yesterday. This should hopefully not have any issues.
we install pycaret==2.3.10. I will check 3.0.0 version. Thanks.
Installation check
Platform
ubuntu
Installation Method
pip install
pycaret Version
latest
Python Version
3.8, 3.9
Description
Running pipdeptree -p pycaret shows the sklearn dependencies as shown below.
$ pipdeptree -p pycaret |grep skl Warning!!! Possibly conflicting dependencies found:
numpy [required: >=1.16.0,<1.19.0, installed: 1.23.5]
Warning!! Cyclic dependencies found:
list-imports => list-imports => list-imports
Since sklearn is not used when installing scikit-learn, please remove it from dependencies.
Installation Logs