provide pip compatible installation #542
-
DescriptionCurrently the documentation only provides a conda command for installation. The pip command is mentioned but the link doesn't lead to a pip command. As is it is not possible to test Khiops in non-conda environnements (typically, most of the online environments such as collab, kaggle, hf...). |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Nevermind, the windows command appears to work too. Maybe the pip commands should be default. Nowadays Anaconda is getting a bit out of fashion. |
Beta Was this translation helpful? Give feedback.
-
Getting this error from the pip install (after pip installing 10.2.4): KhiopsEnvironmentError: The 'khiops_env' script not found for the current 'binary+pip' installation method. Make sure you have installed khiops >= 10.2.3. Go to https://khiops.org/ for more information. Not sure this is linked to above problem, but I reopen as this might be a general issue about installing and testing in collab like environment. |
Beta Was this translation helpful? Give feedback.
-
Thank you for bringing this up and for your interest in Khiops! We truly appreciate feedbacks and are here to help clarify any points. To provide some context:
Thank you again for reaching out! We hope this clears things up, but please don’t hesitate to let us know if you have any further questions or need more assistance. NB: installation via |
Beta Was this translation helpful? Give feedback.
-
Thanks for clarifying all this. As you might have guessed I have both personal and professional use cases in mind. I can confirm this is working on Kaggle. For my professional environment (where not having admin rights is the norm), I'll try the Anaconda approach. |
Beta Was this translation helpful? Give feedback.
Thank you for bringing this up and for your interest in Khiops! We truly appreciate feedbacks and are here to help clarify any points.
To provide some context:
pip
version to ensure that everyone can use Khiops, regardless of their preferred installation method or environment. However,pip
is not the default or recommended method because it requires installing the Khiops binary (a C++ library requiring OS-level installation) and itsMPI
dependency separately. This approach is better suited for advanced users familiar with managing system-level dependencies. Additionally, it may not work on certain environments that restrict admin rights for standard users;