Skip to content

Detect "unhappy" installation states #402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

tramora
Copy link
Collaborator

@tramora tramora commented Apr 25, 2025

  • Warn when the version tuple (major, minor, patch) of Khiops does not match the Khiops Python library one
  • Fix the types of the returned objects in _build_status_message
  • Detect when the library is installed by something else than conda in a conda environment
  • Detect when the conda execution environment does not match the installation one

TODO Before Asking for a Review

  • [ X] Rebase your branch to the latest version of dev (or main for release PRs)
  • Make sure all CI workflows are green
  • When adding a public feature/fix: Update the Unreleased section of CHANGELOG.md (no date)
  • Self-Review: Review "Files Changed" tab and fix any problems you find
  • API Docs (only if there are changes in docstrings, rst files or samples):
    • Check the docs build without warning: see the log of the API Docs workflow
    • Check that your changes render well in HTML: download the API Docs artifact and open index.html
    • If there are any problems it is faster to iterate by building locally the API Docs

@tramora tramora linked an issue Apr 25, 2025 that may be closed by this pull request
- Warn when the version tuple (major, minor, patch) of Khiops does not match the Khiops Python library one
- Fix the types of the returned objects in `_build_status_message`
- Detect when the library is installed by something else than conda in a conda environment
 - Detect when the conda execution environment does not match the installation one (highly improbable case)
@tramora tramora force-pushed the 301-detect-unhappy-installation-paths branch from 8528be2 to 48d012b Compare April 27, 2025 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test "unhappy" installation paths
1 participant