fastai / fastbook

The fastai book, published as Jupyter Notebooks
Other
21.41k stars 8.3k forks source link

Python 3.12 incompatibilites with fastbook #638

Open ebeshero opened 6 months ago

ebeshero commented 6 months ago

I've assigned student to install jupyter lab and run the fastbook notebooks. We have now noticed failures for importing fastai features when students are running the latest Python 3.12, on Windows and Mac alike.

On downgrading to Python 3.11.8, installations complete successfully and we're able to run the notebook cells so far.

May be related to https://github.com/fastai/fastai/issues/3974 ?