fastai / nbdev

Create delightful software with Jupyter Notebooks
https://nbdev.fast.ai/
Apache License 2.0
4.9k stars 487 forks source link

Fixes for Python 3.12 pkg_resources #1397

Closed velaia closed 5 months ago

velaia commented 7 months ago

Fixing ModuleNotFoundError with Python 3.12.2:

ModuleNotFoundError: No module named 'pkg_resources'

Similar to https://github.com/fastai/fastcore/pull/542 (deprecation of pkg_resources)

review-notebook-app[bot] commented 7 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

jph00 commented 5 months ago

I'll hold off on this until we can find a fix for the problem in fastcore.