the-full-stack / fsdl-text-recognizer-2022

Source of the FSDL 2022 labs, which are at https://github.com/full-stack-deep-learning/fsdl-text-recognizer-2022-labs
https://fullstackdeeplearning.com/course
MIT License
81 stars 26 forks source link

OSError while importing pytorch_lightning on colab #61

Closed sanspareilsmyn closed 1 year ago

sanspareilsmyn commented 1 year ago

While running lab02a_lightning.ipynb on colab, I encountered an error on importing pytorch_lightning. Below is captured image of error I've met.

image

Seems that current environment.yml has a compatiblity issue with pytorch new release.

pip install -U torchtext

command fixed the issue though.

charlesfrye commented 1 year ago

thanks for reporting!

turns out, Colab updated a number of libraries all at once, because they updated Python to 3.8, so it took us some time to fix this one.

all should be gucci now, please reopen if you're still having issues