-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[ci] macos_regular job fails: 'nbconvert --execute requires the jupyter_client package #5569
Comments
Yeah I can see on that build that we're getting very old versions of some notebook dependencies.
For example, |
Updating to Python 3.9 in #5570 resulted in |
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Description
I've seen the following error on every run of the
macos_regular
Azure DevOps CI job in the last 12 hours.Reproducible example
Example build from #5533: https://dev.azure.com/lightgbm-ci/lightgbm-ci/_build/results?buildId=13799&view=logs&j=30b4943b-8000-5673-e2d8-b78860d98666&t=323d22c9-4fd4-5f79-2982-d153c24bec2f
Additional Comments
I suspect that this might be related to some combination of the following:
macos_regular
job runs on Python 3.7 and usesconda
+conda-forge
conda-forge
recently dropped support for Python 3.7ipywidgets
ornbconvert
put up a new release recently, which didn't get a Python 3.7 build as a result ofconda-forge
dropping that supportnbvconvert
Ipython notebooksThe text was updated successfully, but these errors were encountered: