Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on September 23, 2021 1:49PM
Likes: 0
Replies: 1
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
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.