Can't install imbalanced-learn on jupyter notebook
omar21
Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 18 ✭✭✭✭
Hello , I can't install a lot of python libraries like imbalanced learn , pandas-profiling and sweetViz on dataiku jupyter notebook
what is the solution
Answers
-
Sergey Dataiker, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts Posts: 365 Dataiker
Hi @omar21
Please note that we don't recommend installing packages from notebooks or code recipes. Please use code envs directly instead: https://doc.dataiku.com/dss/latest/code-envs/operations-python.html
While looking into the exception, you are installing this package from the internal repo: https://udd.production.local.
You should have specified this as "--extra-index-url" param. Can you add "--trusted-host" as well? This should allow the connection even if SSL certificate is not valid.