-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I get the following error when trying the notebook:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
[<ipython-input-4-d883b15aac58>](https://localhost:8080/#) in <module>
----> 1 import pytorch_lightning
6 frames
[/usr/local/lib/python3.7/dist-packages/pytorch_lightning/utilities/apply_func.py](https://localhost:8080/#) in <module>
29 if _TORCHTEXT_AVAILABLE:
30 if _compare_version("torchtext", operator.ge, "0.9.0"):
---> 31 from torchtext.legacy.data import Batch
32 else:
33 from torchtext.data import Batch
ModuleNotFoundError: No module named 'torchtext.legacy'
Requiring an older version of torchtext should fix the problem, or updating pytorch_lightning to a newer version that doesn't use the legacy package.
Metadata
Metadata
Assignees
Labels
No labels