前提・実現したいこと
googlecolaboratoryでpytorch_lightningのインストールができません。
発生している問題・エラーメッセージ
ImportError Traceback (most recent call last)
<ipython-input-6-4b11ad325e71> in <module>()
----> 1 import pytorch_lightning
2 pytorch_lightning.version
4 frames
/usr/local/lib/python3.7/dist-packages/pytorch_lightning/utilities/apply_func.py in <module>()
23 TORCHTEXT_AVAILABLE = importlib.util.find_spec("torchtext") is not None
24 if TORCHTEXT_AVAILABLE:
---> 25 from torchtext.data import Batch
26 else:
27 Batch = type(None)
ImportError: cannot import name 'Batch' from 'torchtext.data' (/usr/local/lib/python3.7/dist-packages/torchtext/data/init.py)
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
試したこと
!pip install -q pytorch_lightning
import pytorch_lightning
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。