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

Installing Blurr Breaks Kaggle Notebook Saving #57

Closed
warner-benjamin opened this issue Nov 18, 2021 · 5 comments
Closed

Installing Blurr Breaks Kaggle Notebook Saving #57

warner-benjamin opened this issue Nov 18, 2021 · 5 comments

Comments

@warner-benjamin
Copy link

Installing blurr in a Kaggle notebook breaks saving the notebook due incompatible nbconvert requirements. Kaggle requires nbconvert-6.1.0, but blurr installs nbconvert-5.6.1.

This appears to be due to blurr requiring nbverbose as a install requirement. A possible fix on blurr's end could be moving nbverbose to dev_requirements until nbdev has it's dependencies updated.

The dependency tree, from pipdeptree:

- ohmeow-blurr==0.1.0 [requires: nbverbose>=0.0.1] 
   - nbverbose==0.0.9 [requires: nbdev<2.0.0]
      - nbdev==1.1.23 [requires: nbconvert<6]
@ohmeow
Copy link
Owner

ohmeow commented Nov 18, 2021 via email

@ohmeow
Copy link
Owner

ohmeow commented Nov 18, 2021

Ok just release new version ... 0.1.1

Give it a go and lmk if it works with kaggle, and if so, feel free to close this issue out.

@warner-benjamin
Copy link
Author

Works fine on kaggle now. Thanks.

@ohmeow
Copy link
Owner

ohmeow commented Nov 18, 2021

Good deal! Lmk how your project goes (and if you get a notebook up, I'd love to see it)

@warner-benjamin
Copy link
Author

warner-benjamin commented Nov 18, 2021

@ohmeow you might need to update the github workflow to install a dev editable install pip install -qe .[dev] for nbdev_test_nbs to work

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