Skip to content
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

Add set strict_version_check=False/FALSE to Python/R clients when they use mismatch H2O-3 backend and h2o-3 client #6707

Closed
wendycwong opened this issue Apr 18, 2023 · 0 comments
Milestone

Comments

@wendycwong
Copy link
Contributor

JIRA link: https://h2oai.atlassian.net/browse/PUBDEV-9046

For new users who have different version of client H2O (R or Python) and H2O-3 backend, they will get an error message telling them the version mismatch. However, it will be better if we can tell them the work-around as well but warn them that it is a bad idea. Please include telling users to set strict_version_check=False in the error message so the users can fix the issue and start using H2O

@wendycwong wendycwong added this to the 3.42.0.2 milestone Jun 27, 2023
@wendycwong wendycwong removed this from the 3.42.0.2 milestone Jul 20, 2023
wendycwong added a commit that referenced this issue Aug 10, 2023
…version mismatch error.

GH-6707 : remove R unit test because test environment cannot generate the correct error.  It will error out at packageVersion(h2o).  Pointed out by Tomas Fryda, we source and run the code and do not install the h2o packate.
wendycwong added a commit that referenced this issue Aug 15, 2023
…ersion mismatch error [nocheck] (#15596)

* GH-6707 : added extended message to h2o.init to help user get around version mismatch error.
GH-6707 : remove R unit test because test environment cannot generate the correct error.  It will error out at packageVersion(h2o).  Pointed out by Tomas Fryda, we source and run the code and do not install the h2o packate.

* replace circumvent with avoid from Tomas.
@mn-mikke mn-mikke added this to the 3.42.0.3 milestone Aug 16, 2023
Mohit1345 pushed a commit to Mohit1345/h2o-3 that referenced this issue Aug 17, 2023
…und version mismatch error [nocheck] (h2oai#15596)

* h2oaiGH-6707 : added extended message to h2o.init to help user get around version mismatch error.
h2oaiGH-6707 : remove R unit test because test environment cannot generate the correct error.  It will error out at packageVersion(h2o).  Pointed out by Tomas Fryda, we source and run the code and do not install the h2o packate.

* replace circumvent with avoid from Tomas.
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

No branches or pull requests

2 participants