-
Notifications
You must be signed in to change notification settings - Fork 2k
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
h2o crashes while debugging my python code using intellij/pycharm #8237
Comments
Nidhi Mehta commented: import h2o h2o.init() test_df = h2o.create_frame() |
Neema Mashayekhi commented: Was able to repro on 3.28.1.2 and 3.30.0.1, but did not get error on 3.28.0.2 when using script below with PyCharm (debug run fails, regular run has no issue). {code:python}import h2o h2o.init() test_df = h2o.create_frame() |
Daniele Cellai commented: I’m experiencing the same problem but with VSCode (python ver. 3.6.8). Affected H2O ver. 3.28.1.2, 3.29.1.3, and 3.30.0.1, not affected ver. 3.28.0.2, 3.28.0.3, and lower. |
Pavel Pscheidl commented: Caused by [https://0xdata.atlassian.net/browse/PUBDEV-7227|https://0xdata.atlassian.net/browse/PUBDEV-7227|smart-link]. |
Pavel Pscheidl commented: Fixed by [~accountid:5b153fb1b0d76456f36daced] - can we close this one please ? |
JIRA Issue Migration Info Jira Issue: PUBDEV-7400 Linked PRs from JIRA |
Hi,
I'm getting the following exception while debugging my own code in intellij and pycharm.
The same code actually runs fine with the debugger off.
The same code also runs on 3.28.0.3, regardless of the debugger.
The code is rather trivial, I'm just generating a group_by summary after loading the data.
Thanks!
The text was updated successfully, but these errors were encountered: